django1/django/core/management
Markus Holtermann 5d42890821 Fixed #24950 -- Added unicode_literals to models.py in app template
Thanks Tim Graham for the patch
2015-06-11 16:38:12 +02:00
..
commands Fixed #24159 -- Made compilemessages run across all apps. 2015-06-04 21:02:02 -04:00
__init__.py Refs #24324 -- Fixed management command discovery on non-ASCII paths. 2015-02-17 07:27:47 -05:00
base.py Fixed #24769 -- Cast optparse verbosity argument to an integer for better backwards compatibility. 2015-06-09 19:03:23 -04:00
color.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
sql.py Removed support for syncing apps without migrations per deprecation timeline. 2015-01-18 15:58:06 -05:00
templates.py Fixed #24950 -- Added unicode_literals to models.py in app template 2015-06-11 16:38:12 +02:00
utils.py Fixed #23271 -- Fixed makemessages crash/test failure for some locales. 2015-05-01 10:27:28 -04:00