django1/django/core/management/commands
Claude Paroz 45c0d2e1ce [1.6.x] Fixed #21551 -- Reenabled loading fixtures from subdirectory
This was a regression in Django 1.6 that was only partially
restored in 839940f27f.
Thanks Jonas Haag for the report.
Backport of 41ebc4838d from master.
2013-12-07 10:48:34 +01:00
..
__init__.py Major refactoring of django.core.management -- it's now a package rather than a 1730-line single module. All django-admin/manage.py commands are now stored in separate modules. This is backwards-incompatible for people who used django.core.management functions directly 2007-08-16 06:06:55 +00:00
check.py Fixed #20653 -- Renamed checksetup management command. 2013-06-25 09:37:54 +08:00
cleanup.py Advanced pending deprecation warnings. 2012-12-29 21:59:07 +01:00
compilemessages.py [1.6.x] Fixed #21488 -- Multiple locales treatment in i18n commands. 2013-11-23 11:02:30 -03:00
createcachetable.py Replaced `and...or...` constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03:00
dbshell.py Fixed #13760 -- Cleaned up unnecessary default option handling in a bunch of management commands. Thanks to Paul McMillan for the report and to adamv and Claude Paroz for the patch. 2011-10-23 03:43:43 +00:00
diffsettings.py Fixed #17037 -- Added a --all option to diffsettings. 2013-03-18 00:03:58 +01:00
dumpdata.py [1.6.x] Merge pull request #1582 from rca/12756-missing-yaml-module-serializer-error-message 2013-09-06 19:01:24 -05:00
flush.py Fixed #20579 -- Improved TransactionTestCase.available_apps. 2013-06-12 20:01:41 +02:00
inspectdb.py Fixed #5014 -- Guessed max_digits and decimal_places for SQLite 2013-04-01 18:32:57 +02:00
loaddata.py [1.6.x] Fixed #21551 -- Reenabled loading fixtures from subdirectory 2013-12-07 10:48:34 +01:00
makemessages.py [1.6.x] Fixed #21488 -- Multiple locales treatment in i18n commands. 2013-11-23 11:02:30 -03:00
runfcgi.py Updated runfcgi management command to include 'subcommand' argument to usage() 2007-09-11 04:25:55 +00:00
runserver.py [1.6.x] Fixed #21358 -- Allowed runserver on non-English locales 2013-12-02 10:35:27 +01:00
shell.py [1.6.x] Added support for IPython.start_ipython in shell 2013-07-30 10:24:16 -07:00
sql.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
sqlall.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
sqlclear.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
sqlcustom.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
sqldropindexes.py Add sqldropindexes to manage 2013-02-24 12:38:28 +01:00
sqlflush.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
sqlindexes.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
sqlinitialdata.py Major refactoring of django.core.management -- it's now a package rather than a 1730-line single module. All django-admin/manage.py commands are now stored in separate modules. This is backwards-incompatible for people who used django.core.management functions directly 2007-08-16 06:06:55 +00:00
sqlsequencereset.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
startapp.py Fixed #19125 -- The startproject command should validate the name earlier 2013-01-24 09:26:13 +01:00
startproject.py Fixed #19125 -- The startproject command should validate the name earlier 2013-01-24 09:26:13 +01:00
syncdb.py Fixed #11398 - Added a pre_syncdb signal 2013-05-23 01:09:22 -04:00
test.py [1.6.x] Fixed #21026 -- Corrected help for manage.py test command. 2013-09-03 09:51:17 -06:00
testserver.py Fixed #18019 -- Use threaded runserver only when database supports it. 2012-05-15 09:21:10 +02:00
validate.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00