django1/django/core/management
Malcolm Tredinnick 453a5bcd97 Fix #7910 -- Added a missing import used when "django-admin.py compilemessages"
is run from a bad root directory.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8079 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-26 03:01:33 +00:00
..
commands Fix #7910 -- Added a missing import used when "django-admin.py compilemessages" 2008-07-26 03:01:33 +00:00
__init__.py Fixed #6017 -- Modified the Lax parser to allow --settings and the other core management arguments to appear anywhere in the argument list. Thanks to Todd O'Bryan for the suggestion and patch. 2008-07-11 13:18:19 +00:00
base.py Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into django-admin.py. 2008-07-06 06:39:44 +00:00
color.py Fixed #6223 -- When determining if terminal supports color, don't call `isatty` if it doesn't exist, thanks mamadou. 2008-03-08 03:12:27 +00:00
sql.py Make sure we only create the minimum number of table indexes for MySQL. 2008-06-30 04:46:59 +00:00
validation.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00