django1/django/core/management/commands
Claude Paroz 7bbd17bf20 Fixed #19341 -- Detected NullBooleanField when introspecting models
Thanks Tim Bowden for the report.
2013-01-31 20:55:00 +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
cleanup.py Advanced pending deprecation warnings. 2012-12-29 21:59:07 +01:00
compilemessages.py Made (make|compile)messages commands accept multiple locales at once. 2013-01-17 00:53:17 -03:00
createcachetable.py [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02: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 [py3] Fixed access to dict keys/values/items. 2012-08-07 12:00:22 +02:00
dumpdata.py Fixed #16317 -- Fixed dumpdata for self-referencing models and natural keys 2012-06-24 19:54:56 +02:00
flush.py [py3] Replaced raw_input by input 2012-08-08 19:53:11 +02:00
inspectdb.py Fixed #19341 -- Detected NullBooleanField when introspecting models 2013-01-31 20:55:00 +01:00
loaddata.py Fixed #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:13:52 +01:00
makemessages.py Revert "Patch by Claude for #16084." 2013-01-25 13:58:37 -03:00
runfcgi.py Updated runfcgi management command to include 'subcommand' argument to usage() 2007-09-11 04:25:55 +00:00
runserver.py Fixed error output from runserver 2012-10-10 17:56:25 +02:00
shell.py Fixed #6682 -- Made shell's REPL actually execute $PYTHONSTARTUP and `~/.pythonrc.py`. 2013-01-24 22:01:47 -03: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
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 #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
test.py Made sure `manage.py help test` works. 2011-12-29 01:18:30 +00: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