django1/django/core/management
Mike Grouchy cb1614f7b3 Fixed #18611 -- Display current date/time when running runserver 2012-09-10 13:35:21 +02:00
..
commands Fixed #18611 -- Display current date/time when running runserver 2012-09-10 13:35:21 +02:00
__init__.py Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' error message more useful.Thanks Nick Coghlan for the report, and Malcolm Tredinnick for review. 2012-09-08 14:26:33 -06:00
base.py Replaced some smart_xxx by force_xxx equivalent 2012-08-30 15:46:16 +02:00
color.py Revised [12376] with the benefit of coffee. Thanks to Alex Gaynor for paying attention to every commit I make :-) 2010-02-03 00:34:49 +00:00
sql.py [py3] Fixed file.read().decode(), used codecs.open() instead 2012-08-14 16:09:01 +03:00
templates.py Fixed #18091 -- Non-ASCII templates break `django-admin.py startproject --template=TEMPLATE`. 2012-08-28 23:23:07 +02:00
validation.py Replaced some smart_xxx by force_xxx equivalent 2012-08-30 15:46:16 +02:00