django1/django/core/management/commands
Paul McMillan d0979a5faf Fixed #6011 -- Improved help text for flush command. Thanks Julien for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16877 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-22 05:21:51 +00: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 Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into django-admin.py. 2008-07-06 06:39:44 +00:00
compilemessages.py Fixed #6073 -- Made compilemessages 18n management command reject PO files with BOM. 2010-10-10 16:38:28 +00:00
createcachetable.py Rolled back r16510, r16513 and r16514 because it wasn't ready. 2011-07-05 14:16:37 +00:00
dbshell.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
diffsettings.py Fixed #12655 - diffsettings command now returns the diff instead of printing. Thanks, jobscry. 2010-02-21 23:39:27 +00:00
dumpdata.py Kill some more dead code. 2011-09-10 22:46:44 +00:00
flush.py Fixed #6011 -- Improved help text for flush command. Thanks Julien for the patch. 2011-09-22 05:21:51 +00:00
inspectdb.py Teach inspectdb to handle SQL column names that are digits. 2011-08-22 02:46:59 +00:00
loaddata.py Fixed #16026 -- loaddata now identifies which object triggered an error. 2011-09-22 04:30:20 +00:00
makemessages.py Fixed #16897 -- Fixed some docstrings and help texts for the `makemessages` management command. Thanks, Simon Meers. 2011-09-21 17:25:13 +00:00
reset.py Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
runfcgi.py Updated runfcgi management command to include 'subcommand' argument to usage() 2007-09-11 04:25:55 +00:00
runserver.py Fixed help message introduced in r16427. 2011-06-17 14:09:00 +00:00
shell.py Kill some more dead code. 2011-09-10 22:46:44 +00:00
sql.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
sqlall.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
sqlclear.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
sqlcustom.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
sqlflush.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
sqlindexes.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00: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
sqlreset.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
sqlsequencereset.py Fixed #13248 -- Corrected the output of sqlsequencereset after the m2m changes. Thanks to EroSennin for the report, and Gabriel Hurley for the fix. 2010-04-01 15:29:58 +00:00
startapp.py Fixed #8193: all dynamic imports in Django are now done correctly. I know this because Brett Cannon borrowed the time machine and brought Python 2.7's '`importlib` back for inclusion in Django. Thanks for the patch-from-the-future, Brett! 2009-03-18 16:55:59 +00:00
startproject.py Fixed #8193: all dynamic imports in Django are now done correctly. I know this because Brett Cannon borrowed the time machine and brought Python 2.7's '`importlib` back for inclusion in Django. Thanks for the patch-from-the-future, Brett! 2009-03-18 16:55:59 +00:00
syncdb.py Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl. 2011-08-12 14:14:15 +00:00
test.py Fixed #16185, #15675 -- Added the ability for test runners to define custom options, and to specify a custom test runner at the command line. Thanks to Dmitry Jemerov and Mikołaj Siedlarek for the patch. 2011-06-10 08:26:05 +00:00
testserver.py Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver management command. Thanks to Jason Alonso and Łukasz Rekucki for the report and initial patches. 2010-11-26 13:33:53 +00:00
validate.py Changed 'validate' and 'runserver' management commands to display the number of errors. This was previous behavior before the management.py refactoring 2007-08-27 00:30:37 +00:00