django1/django/core/management/commands
Andrew Godwin 8e7fdfdb6f [1.7.x] Fixed #23092: Squashing handles external dependencies 2014-07-29 10:22:30 -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 [1.7.x] Avoided transactional DDL on castrated databases. 2014-07-24 18:48:05 -04: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] Avoided transactional truncates on amateur databases. 2014-07-24 19:18:06 -04:00
inspectdb.py [1.7.x] Fixed various minor doc typos / references. 2014-07-05 20:26:56 -04:00
loaddata.py [1.7.x] Only warn about initial data if fixtures have been found. 2014-07-27 13:29:36 +02:00
makemessages.py [1.7.x] Ignored STATIC_ROOT and MEDIA_ROOT in makemessages 2014-07-16 09:43:50 +02:00
makemigrations.py [1.7.x] Fixed #22791 -- Invoke interactive questioner only for conflicts in specified apps. 2014-07-14 13:00:45 -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 #23092: Squashing handles external dependencies 2014-07-29 10:22:30 -07: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