Feanil Patel
|
2df8b8226b
|
Merge pull request #22643 from edx/feanil/2to3_asserts
Run `2to3 -f asserts . -w` on edx-platform.
|
2019-12-30 12:13:42 -05:00 |
|
Feanil Patel
|
9cf2f9f298
|
Run 2to3 -f future . -w
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
|
2019-12-30 10:35:30 -05:00 |
|
Feanil Patel
|
70294b0ad2
|
Run 2to3 -f asserts . -w on edx-platform.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-asserts
|
2019-12-30 10:22:19 -05:00 |
|
Cameron Cairns
|
6363090144
|
Addresses INCR-195 - runs modernise /student/tests (#20419)
|
2019-05-07 15:44:49 -04:00 |
|
Michael Terry
|
01129787c0
|
Remove PasswordHistory
This is a feature that has been deprecated and can be safely removed.
DEPR-7
|
2018-12-13 13:18:56 -05:00 |
|
Ned Batchelder
|
046fe60913
|
Remove unused imports
|
2018-11-07 10:31:51 -05:00 |
|
Jesse Shapiro
|
1f5c94d9b6
|
Process pending enrollments when a user is activated or changes their email address
|
2018-03-06 16:38:00 +02:00 |
|
Jeremy Bowman
|
d44e6297ae
|
PLAT-1847 Fix cms tests under Django 1.9
|
2017-12-13 15:29:02 -05:00 |
|
Andy Armstrong
|
93235d118d
|
Reorder imports using isort (except lms and cms)
|
2017-05-30 16:04:54 -04:00 |
|
Ned Batchelder
|
ef4c69881c
|
Fix literal-used-as-attribute error
|
2016-08-03 12:44:41 -04:00 |
|
cahrens
|
4af79d6f76
|
Don't event first_name and last_name.
TNL-2044
|
2015-04-21 16:03:59 -04:00 |
|
Andy Armstrong
|
17392ef3bf
|
Code review feedback and test cleanup.
|
2015-04-17 17:23:19 -04:00 |
|
Daniel Friedman
|
97c43adaa4
|
Track user settings changed events on User save
|
2015-04-17 17:23:18 -04:00 |
|
Diana Huang
|
3f20a6f304
|
Add model change event tracking to UserProfile.
|
2015-04-17 17:23:18 -04:00 |
|