django1/django/core/management
Claude Paroz 8d6e1afe0b Fixed #23650 -- Prevented migrate from calling checks 3 times
Thanks Ilya Baryshev for the report and Tim Graham for the review.
2014-10-17 20:20:56 +02:00
..
commands Fixed #23650 -- Prevented migrate from calling checks 3 times 2014-10-17 20:20:56 +02:00
__init__.py Fixed #23551 -- Fixed bash autocompletion crash on Python 3. 2014-09-25 07:44:22 -04:00
base.py Fixed #17101 -- Integrated django-secure and added check --deploy option 2014-09-12 15:05:23 -04:00
color.py Fixed #13476 -- Added support for color in console output under Windows. 2013-12-02 23:18:04 -03:00
sql.py Fixed #18782 -- Prevented sql_flush to flush views 2014-09-23 20:13:31 +02:00
templates.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
utils.py Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 2014-09-29 00:01:38 +07:00