Feanil Patel
|
6e3fe00fff
|
Fix all E303 pep8 errors.
|
2019-12-30 12:25:38 -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 |
|
aarif
|
76706553bf
|
python 3 fixes
test fixes
|
2019-09-16 17:19:18 +05:00 |
|
Jolyon Bloomfield
|
8adaca66d1
|
INCR-200 Migrate common/djangoapps/util/tests and migrations
|
2019-04-05 00:57:46 -04:00 |
|
cclauss
|
44d62fac75
|
Fix explicit tuple parameters for Python 3
|
2019-02-19 12:37:34 +01:00 |
|
Jeremy Bowman
|
bcaec3c5bb
|
TE-2525 nose.tools removal part 1/2
|
2018-08-07 08:30:12 -04:00 |
|
Andy Armstrong
|
93235d118d
|
Reorder imports using isort (except lms and cms)
|
2017-05-30 16:04:54 -04:00 |
|
Kevin Kim
|
0bf8fc4b44
|
Converts the dates on the dashboard, sidebar navigation, and important course dates to user specified time zone.
|
2016-07-05 17:45:13 +00:00 |
|
Saleem Latif
|
05a72486f3
|
date format "Monday at 3pm UTC" added for courses starting with-in 5 days
|
2015-09-23 12:17:08 +05:00 |
|
Sarina Canelake
|
0c7b60b82b
|
Remove 'pylint: disable=W0232' because we ignore this warning in pylintrc
|
2014-12-01 11:22:12 -05:00 |
|
Sarina Canelake
|
20e2ee9a57
|
s/pylint: disable=E0611/pylint: disable=no-name-in-module/
|
2014-12-01 11:22:09 -05:00 |
|
Ned Batchelder
|
b21473f976
|
Make fake_ugettext et al more usable elsewhere.
|
2014-02-24 10:06:13 -05:00 |
|
Ned Batchelder
|
66e598b75d
|
Add strftime_localized function, not called yet.
|
2014-02-18 17:35:56 -05:00 |
|
Ned Batchelder
|
229f3522fa
|
Move date_utils to common/djangoapps/util
|
2014-02-18 17:35:56 -05:00 |
|