django1/django/core/management/commands
Tim Graham c3336e7e4f Removed dumpdata --natural option and serializers use_natural_keys parameter.
Per deprecation timeline; refs #13252.
2015-01-17 20:18:34 -05: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 #17101 -- Integrated django-secure and added check --deploy option 2014-09-12 15:05:23 -04:00
compilemessages.py Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
createcachetable.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
dbshell.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
diffsettings.py Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
dumpdata.py Removed dumpdata --natural option and serializers use_natural_keys parameter. 2015-01-17 20:18:34 -05:00
flush.py Removed support for initial_data fixtures per deprecation timeline. 2015-01-17 09:59:25 -05:00
inspectdb.py Removed support for custom SQL per deprecation timeline. 2015-01-17 10:16:06 -05:00
loaddata.py Removed support for initial_data fixtures per deprecation timeline. 2015-01-17 09:59:25 -05:00
makemessages.py Fixed gettext version regex 2015-01-06 18:43:32 +01:00
makemigrations.py Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
migrate.py Removed support for custom SQL per deprecation timeline. 2015-01-17 10:16:06 -05:00
runserver.py Tweaked fix for refs #23946; thanks Claude. 2014-12-02 15:57:08 -05:00
shell.py Fixed #22835 -- Deprecated NoArgsCommand. 2014-06-19 08:54:59 -04:00
showmigrations.py Fixed #23366 -- Fixed a crash with the migrate --list command. 2014-12-31 17:26:15 -05:00
sql.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
sqlall.py Removed support for custom SQL per deprecation timeline. 2015-01-17 10:16:06 -05:00
sqlclear.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
sqldropindexes.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
sqlflush.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
sqlindexes.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
sqlmigrate.py Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate. 2014-08-18 18:55:12 +02:00
sqlsequencereset.py Fixed #24054 -- Enabled sqlsequencereset for apps with migrations. 2014-12-26 15:55:34 -05:00
squashmigrations.py Fixed #23866 -- Harmonized refs to Django documentation from code 2014-12-25 13:53:13 +01:00
startapp.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
startproject.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
test.py Converted test management command to argparse 2014-06-14 13:43:39 +02:00
testserver.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00