django1/django/core/management
Konrad Świat 934a16dc93 Fixed #23468 -- Added checks for duplicate fixtures directories in loaddata.
If settings.FIXTURE_DIRS contains duplicates or a default fixture
directory (app_name/fixtures), ImproperlyConfigured is raised.

Thanks to Berker Peksag and Tim Graham for review.
2014-10-31 18:21:54 -04:00
..
commands Fixed #23468 -- Added checks for duplicate fixtures directories in loaddata. 2014-10-31 18:21:54 -04:00
__init__.py Fixed #23685 -- Made call_command skip checks by default 2014-10-20 17:26:00 +02:00
base.py Clarified BaseCommand --traceback behavior. 2014-10-30 14:15:31 -04:00
color.py Refactored color_style() and no_style() to improve testability. Refs #23663. 2014-10-22 11:27:00 +07: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