django1/django/core/management/commands
Andrew Godwin 0dd737a719 [1.7.x] Fixed #22487: Don't flush out data from before normal TestCases 2014-06-23 20:25:52 -07: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 [1.7.x] Fixed #22194 -- Added --list-tags option to check command. 2014-04-10 09:44:43 -04:00
compilemessages.py [1.7.x] Set compile messages options as class variable 2014-04-23 15:16:38 +02:00
createcachetable.py Ensure cursors are closed when no longer needed. 2014-02-02 12:47:21 -05:00
dbshell.py Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
diffsettings.py Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
dumpdata.py Mentioned that ``dumpdata --natural`` is deprecated. 2014-03-18 07:25:37 -04:00
flush.py [1.7.x] Fixed #22487: Optional rollback emulation for migrated apps 2014-06-08 19:33:52 -07:00
inspectdb.py [1.7.x] Corrected many style guide violations that the newest version of flake8 catches 2014-04-21 07:50:43 -04:00
loaddata.py [1.7.x] Appeased flake8 2.1.0. 2014-04-21 07:50:50 -04:00
makemessages.py [1.7.x] Applied unicode_literals to makemessages command 2014-05-24 13:12:56 +02:00
makemigrations.py [1.7.x] Fixed #22862 -- Added --noinput option to makemigrations. 2014-06-20 09:10:43 -04:00
migrate.py [1.7.x] Fixed #22487: Don't flush out data from before normal TestCases 2014-06-23 20:25:52 -07:00
runfcgi.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
runserver.py [1.7.x] Fixed several typos in Django 2014-05-29 07:53:02 -04:00
shell.py Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
sql.py Changed sql_* to use an app config instead of a models module. 2013-12-29 21:25:28 +01:00
sqlall.py Changed sql_* to use an app config instead of a models module. 2013-12-29 21:25:28 +01:00
sqlclear.py Changed sql_* to use an app config instead of a models module. 2013-12-29 21:25:28 +01:00
sqlcustom.py Changed sql_* to use an app config instead of a models module. 2013-12-29 21:25:28 +01:00
sqldropindexes.py Changed sql_* to use an app config instead of a models module. 2013-12-29 21:25:28 +01:00
sqlflush.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
sqlindexes.py Changed sql_* to use an app config instead of a models module. 2013-12-29 21:25:28 +01:00
sqlinitialdata.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
sqlmigrate.py [1.7.x] Swapped placeholders in [sql]migrate command error 2014-06-20 13:55:12 +02:00
sqlsequencereset.py [1.7.x] Fixed #22749: Making SQL management commands migration aware. 2014-06-07 17:18:43 -07:00
squashmigrations.py [1.7.x] Fixed #22511 -- Added args to migrations management commands. 2014-04-30 07:20:44 -04:00
startapp.py Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
startproject.py Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
syncdb.py [1.7.x] Fixed #22770 -- Removed create_superuser from post_migrate signals. 2014-06-10 15:00:12 -04:00
test.py Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
testserver.py [1.7.x] Fixed #22487: Optional rollback emulation for migrated apps 2014-06-08 19:33:52 -07:00
validate.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00