django1/django/core/management/commands
Christoph Heer d47409831f Fixed #23067 -- Updated docs to use django-admin 2014-07-30 14:14:03 -04: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 Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
compilemessages.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02: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 #22835 -- Deprecated NoArgsCommand. 2014-06-19 08:54:59 -04:00
dumpdata.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
flush.py Fixed #23067 -- Updated docs to use django-admin 2014-07-30 14:14:03 -04:00
inspectdb.py Fixed #23067 -- Updated docs to use django-admin 2014-07-30 14:14:03 -04:00
loaddata.py Only warn about initial data if fixtures have been found. 2014-07-27 13:23:16 +02:00
makemessages.py Ignored STATIC_ROOT and MEDIA_ROOT in makemessages 2014-07-16 09:38:57 +02:00
makemigrations.py Fixed #22791 -- Invoke interactive questioner only for conflicts in specified apps. 2014-07-14 11:00:49 -04:00
migrate.py Fixed #22487: Don't flush out data from before normal TestCases 2014-06-23 20:25:09 -07:00
runfcgi.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
runserver.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
shell.py Fixed #22835 -- Deprecated NoArgsCommand. 2014-06-19 08:54:59 -04:00
sql.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
sqlall.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
sqlclear.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
sqlcustom.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 Fixed #22835 -- Deprecated NoArgsCommand. 2014-06-19 08:54:59 -04:00
sqlindexes.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
sqlmigrate.py Swapped placeholders in [sql]migrate command error 2014-06-20 13:53:17 +02:00
sqlsequencereset.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
squashmigrations.py Fixed #23092: Squashing handles external dependencies 2014-07-29 10:22:00 -07: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
syncdb.py Fixed #22835 -- Deprecated NoArgsCommand. 2014-06-19 08:54:59 -04:00
test.py Converted test management command to argparse 2014-06-14 13:43:39 +02:00
testserver.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
validate.py Fixed #22835 -- Deprecated NoArgsCommand. 2014-06-19 08:54:59 -04:00