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 |
|
Jeremy Bowman
|
07ab555d05
|
Fix most common/djangoapps/util tests
|
2019-09-18 14:26:41 -04:00 |
|
aarif
|
e791325f6c
|
quality fixes
|
2019-09-16 17:02:33 +05:00 |
|
aarif
|
38ad965c2e
|
test fixes
|
2019-09-16 16:36:12 +05:00 |
|
aarif
|
602b6d4607
|
minor fixes
|
2019-09-16 15:59:02 +05:00 |
|
aarif
|
d95474e060
|
python 3 fixes
further fixes
|
2019-09-13 17:34:47 +05:00 |
|
Jolyon Bloomfield
|
8adaca66d1
|
INCR-200 Migrate common/djangoapps/util/tests and migrations
|
2019-04-05 00:57:46 -04:00 |
|
Jeremy Bowman
|
5289c7e828
|
PLAT-1915 Stop using deprecated BaseException.message
|
2018-01-31 17:22:01 -05:00 |
|
John Eskew
|
7dfb6cc681
|
Change all UTC timezones to import from pytz instead of Django.
|
2017-10-05 11:12:52 -04:00 |
|
cahrens
|
819a56fee3
|
Remove usages of deprecated SlashSeparatedCourseKey.
|
2017-08-14 11:01:00 -04:00 |
|
Andy Armstrong
|
93235d118d
|
Reorder imports using isort (except lms and cms)
|
2017-05-30 16:04:54 -04:00 |
|
Ned Batchelder
|
8571ceabeb
|
Fix many wrong-assert-type errors
|
2016-08-03 12:44:41 -04:00 |
|
Usman Khalid
|
6cb62f2697
|
Rebase upgrade Django to v1.8.5
Please note that this is a squshed commit and the work of:
Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
|
2015-11-10 15:00:19 -05: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 |
|
cahrens
|
07b036f380
|
Return the filename as returned from default storage's save.
It might be different from the requested filename.
|
2014-12-10 15:23:56 -05:00 |
|
Daniel Friedman
|
3d91f43030
|
Support cohorting students via a CSV File.
TNL-735
|
2014-12-10 09:23:04 -05:00 |
|