Jolyon Bloomfield
b8e1478ff0
INCR-126 Modernize common/djangoapps/student/management/tests ( #20151 )
2019-04-04 10:08:02 -04:00
Zainab Amir
b62ab09d85
LEARNER-6643
...
Added management command to update credit eligibility deadline
Added tests for command change_eligibility_deadline
2018-11-27 14:12:16 +05:00
Ned Batchelder
046fe60913
Remove unused imports
2018-11-07 10:31:51 -05:00
Dillon Dumesnil
deb758c808
Added in tests for the new password validation. Fixed old tests that
...
relied on the old configuration values and old way of validating
passwords. Also improved registration page by always showing error
messages rather than hiding them on leaving the field.
2018-10-10 11:06:30 -04:00
ayub-khan
cae99f9e4d
bulk change enrollment using csv file
2018-08-20 16:39:05 +05:00
Ahsan Ulhaq
73857f6039
Added Management command for bulk unenrollment of users
...
LEARNER-5852
2018-07-30 14:26:46 +05:00
Bill DeRusha
d1ed33ac23
Update and refactor random password generator
2018-04-13 14:17:21 -04:00
bmedx
7dc2e75778
Add tests for create_user / create_random_users management commands
2018-03-06 17:04:39 -05:00
Jeremy Bowman
ca84751bbd
PLAT-1889 Fix URL config and reversal issues
2018-01-19 11:02:06 -05:00
Brittney Exline
c1d4458b83
ENT-838 Management command to change an enterprise user's username
2018-01-11 11:30:24 -05:00
Troy Sankey
3685b1ada8
More student management commands cleanup for Django 1.11
...
Seems like transfer_students.py was missed in the last attempt to
cleanup commands in this app.
2017-11-13 14:09:39 -05:00
bmedx
ce50c9e620
Student management command cleanup for Django 1.11
2017-11-01 10:24:23 -04:00
John Eskew
6294766c24
Split emitted signals from the student models file.
2017-10-05 11:12:50 -04:00
Calen Pennington
63244b514d
Use a consistent CourseModeFactory from the course_modes module, rather than using one from student
2017-08-23 12:15:46 -04:00
Douglas Hall
9bb4ca5525
Fix bulk_change_enrollment command bug
...
When using the `org` option with the bulk_change_enrollment command,
the command should not exit if it encounters a course which does not
have the given `to_mode`.
WL-1033
2017-04-12 07:35:17 -04:00
Afzal Wali
0c3e6b6e5e
WL-1016 | Added org argument for bulk_change_enrollment management command.
2017-04-04 16:25:07 +05:00
Hasnain
7764b0128f
Management command for back-populating the 'created_on_site' in UserAttribute model.
2017-03-01 18:09:49 +05:00
Edward Zarecor
569e6745ef
is
2016-10-07 13:46:26 -04:00
e0d
1841fe9b92
comparison should be case-insensitive
...
test
quality
2016-10-07 13:38:00 -04:00
Sven Marnach
0206dfaea5
Add support to set initial password hash to manage_user command.
2016-07-29 11:19:07 +02:00
Awais Jibran
4267666711
Fix bulk_change_enrollment command to emit event
...
ECOM-4775
2016-06-27 11:43:01 +05:00
Kyle Crawshaw
47401742a9
Added 'unusable_password' argument to 'manage_user' management command
2016-06-20 11:30:56 -04:00
Peter Fogg
e6d31acb11
Add a bulk version of the change_enrollment script.
2016-06-02 14:16:08 -04:00
Clinton Blackburn
ebf32dc208
Moved manage_user and manage_group from edx-management-commands
...
We need to create a user profile in order for users to be usable. This, coupled with the fact, that edx-platform is the owner of auth information, means these commands belong here.
ECOM-4310
2016-05-13 09:16:04 -04:00
Bill DeRusha
754e230f63
Update change_enrollment management command to be more robust and tested
2016-01-20 12:46:56 -05:00
Ned Batchelder
f54fe787c6
Remove needless 'disable=no-member' pragmas
2015-08-03 17:47:44 -04:00
Ned Batchelder
78e9445aa1
Add super() calls to setUp/tearDown that are missing them
...
Also, I replaced a number of tearDown methods with addCleanup instead.
And also remove some unneeded patch.stopall() calls.
2015-05-14 18:14:21 -04:00
Calen Pennington
03a05fd9d4
Always call super(..).setUp() from setUp
2015-02-04 09:09:14 -05:00
Sarina Canelake
c0556a7ef8
s/pylint: disable=W0613/pylint: disable=unused-argument/
2014-12-01 11:22:11 -05:00
Sarina Canelake
e15d4aea71
s/pylint: disable=F0401/pylint: disable=import-error/
2014-12-01 11:22:10 -05:00
Sarina Canelake
b4d24f36c8
s/pylint: disable=E1103/pylint: disable=maybe-no-member/
2014-12-01 11:22:09 -05:00
Sarina Canelake
19f1dacab2
s/pylint: disable=E1101/pylint: disable=no-member/
2014-12-01 11:22:09 -05:00
stephensanchez
6e85ec0739
Changing event suppression to signal suppression.
...
Code review changes.
Fix test and pylint.
pylint error.
Updating the test to verify the signal is fired.
Test for all analytics events
Import pylint error.
Pylint error
2014-11-12 16:26:29 +00:00
stephensanchez
b6f0c8dd30
Update the student transfer command to transfer to multiple courses.
...
Quick cleanup
Making kwarg to suppress unenroll events.
pylint and pep8 errors cleaned up.
add commit on success.
Changing transactional behavior of the management command.
2014-10-17 16:59:22 +00:00