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 |
|
Ayub khan
|
4b2f68da84
|
INCR-405 python3 compatibility
|
2019-08-02 13:51:10 +05:00 |
|
bmedx
|
ce50c9e620
|
Student management command cleanup for Django 1.11
|
2017-11-01 10:24:23 -04:00 |
|
Omar Al-Ithawi
|
4e733c6e1f
|
Unicode fixes for log messages and other things
|
2015-02-04 09:55:44 +02:00 |
|
stv
|
55de42d19c
|
Fix PEP8: E122 continuation line missing
indentation or outdented
|
2014-11-24 20:46:35 -05:00 |
|
Calen Pennington
|
7d79f4fe37
|
Move mitxmako initialization to a startup module, called by lms.startup and cms.startup for both management commands and when run via wsgi
[DEVPAIN-7]
|
2013-08-28 10:56:07 -04:00 |
|
Ned Batchelder
|
181b1e979b
|
Remove unused imports from common, as reported by pylint.
|
2013-06-19 16:56:34 -04:00 |
|
Don Mitchell
|
168cb306d3
|
Move tz_aware into connection config rather than settings.
Make django use_tz
|
2013-06-10 17:16:35 -04:00 |
|
Calen Pennington
|
1d1a9173a4
|
Cleaning up pep8 violations
|
2012-07-23 14:44:40 -04:00 |
|
Victor Shnayder
|
39a1502e1a
|
Move student app from lms to common
|
2012-07-13 11:51:32 -04:00 |
|