django1/django/core/management/commands
Jannis Leidel 643239e7df Fixed #16477 -- Correct help text of an option of the dumpdata management command. Thanks, charettes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16561 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-07-29 09:40:02 +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 Fixed #16477 -- Correct help text of an option of the dumpdata management command. Thanks, charettes. 2011-07-29 09:40:02 +00:00
flush.py When looking for django tables which exist, query for all tables once, not once *per table*. 2010-10-31 00:53:58 +00:00
inspectdb.py Fixed 14796 -- Modified order of operations performed on field names by the inspectdb command so it doesn't generates model fields with names equal to Python keywords. Thanks pappjm at gmail dot com for the report and mmcnickle for the fix. 2011-01-24 14:58:05 +00:00
loaddata.py Fixed #10215 -- Ensured that there is parity between enter and leave transaction calls in loaddata when commit=False. The test case for this is the fixtures_regress unittests under MyISAM, which were failing previous to this fix. Thanks to MockSoul for the report. 2010-10-02 13:56:09 +00:00
makemessages.py Added '.txt' to list of file extensions that the makemessages management command automatically scans. Refs #12202. 2011-06-19 11:24:25 +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 Fixed #14187 -- Added support for bpython to shell management command. Thanks, Jeremy Dunck. 2010-12-12 23:03:24 +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 Refs #14661 -- Clarified the handling of initial data injected via custom SQL. 2011-01-18 16:43:01 +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