django1/django/core/management
Claude Paroz 42a67ec1cd Fixed #21269 -- Don't crash when CommandError contains non-ascii
Thanks kontakt@eikefoken.de for the report.
2013-10-14 21:21:07 +02:00
..
commands Fixed #15888 -- Made tablename argument of createcachetable optional 2013-10-14 13:24:40 +02:00
__init__.py Fixed #21189: Cleaned up usage of bare except clauses. 2013-10-05 11:50:03 +02:00
base.py Fixed #21269 -- Don't crash when CommandError contains non-ascii 2013-10-14 21:21:07 +02:00
color.py Fixed #19877 -- Added `--no-color` option to `BaseCommand` to avoid using output styles. 2013-07-30 09:26:18 -04:00
sql.py Fixed #21189: Cleaned up usage of bare except clauses. 2013-10-05 11:50:03 +02:00
templates.py Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
utils.py Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
validation.py Fixed #8918 -- Made FileField.upload_to optional. 2013-10-11 08:07:25 -04:00