django1/django/core/management
Malcolm Tredinnick 794f2d121e Fixed #10234 -- Improved error message when internationalizing templates.
Patch from peterbe and Andrew Badr.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10538 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-12 02:50:41 +00:00
..
commands Fixed #10234 -- Improved error message when internationalizing templates. 2009-04-12 02:50:41 +00:00
__init__.py Fixed #10080: `call_command` now takes option defaults into account, sparing individual commands from any difference between `call_command` and being run from the shell. Thanks, Alex Koshelev. 2009-04-05 17:27:26 +00:00
base.py Fixed #10018 -- Fixed typo in `BaseCommand` docstring, patch from dswistowski. 2009-03-31 16:57:46 +00:00
color.py Fixed #8100: Jython, apparently, is now a TTY. 2008-08-08 18:51:34 +00:00
sql.py Fixed #9717 -- Corrected a problem where django-admin.py flush would attempt to flush database tables that had not yet been created. This occurred when an application had been added to INSTALLED_APPS, but had not yet been synchronized. Thanks to Julien Phalip for the patch. 2008-11-29 11:51:41 +00:00
validation.py Fixed #5563: `BooleanField(null=True)` now raises a validation warning telling users to use `NullBooleanField` instead. Thanks, SamBull. 2009-04-09 15:09:35 +00:00