django1/django/core/management
Claude Paroz 621c5cf4a5 Fixed #21732 -- Made compilemessages complain about non-writable location
Instead of crashing with a CommandError, now a non-writable location
of mo files will only make compilemessages complain and continue.
Thanks Ramiro Morales for the review.
2014-02-18 13:38:06 +01:00
..
commands Fixed #21732 -- Made compilemessages complain about non-writable location 2014-02-18 13:38:06 +01:00
__init__.py Fixed #21770 -- Updated autocomplete for app-loading. 2014-01-12 22:29:27 +01:00
base.py Removed BaseCommand.stdin introduced in 116d39842d. 2014-02-18 11:36:06 +01:00
color.py Fixed #13476 -- Added support for color in console output under Windows. 2013-12-02 23:18:04 -03:00
sql.py Ensure cursors are closed when no longer needed. 2014-02-02 12:47:21 -05:00
templates.py Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
utils.py More attacking E302 violators 2013-11-02 13:12:09 -07:00