django1/django/core/management
Malcolm Tredinnick 25f2cfb7cb Fixed #7643 -- Fixed an oversight from [7844].
Now makemessages works in projects again. Based on a patch from Horst Gutmann.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7848 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-06 12:55:24 +00:00
..
commands Fixed #7643 -- Fixed an oversight from [7844]. 2008-07-06 12:55:24 +00:00
__init__.py Fixed a corner case in management.setup_environ (it was triggered under Cygwin, but also perhaps could happen elsewhere). Thanks, Doug Napoleone. 2008-03-19 04:04: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 queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00