django1/django/core/management
Claude Paroz 8b4cc9df9c Fixed #23583 -- More selectively ignored static/media roots
Fixed a regression introduced by 28efafa24c.
Thanks Michal Čihař for the report and initial patch, and
Collin Anderson and Tim Graham for the reviews.
2014-10-21 20:18:21 +02:00
..
commands Fixed #23583 -- More selectively ignored static/media roots 2014-10-21 20:18:21 +02:00
__init__.py Fixed #23685 -- Made call_command skip checks by default 2014-10-20 17:26:00 +02:00
base.py Fixed #23107 -- Made runserver output respect --no-color. 2014-10-22 01:03:15 +07: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