django1/django/core/management/commands
Russell Keith-Magee 126ca330e2 Fixed #12712 -- Corrected a problem with synchronizing that prevented m2m tables from being created under certain circumstances. Thanks to IonelMaries for the report, and Alex Gaynor for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12597 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-26 11:26:41 +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 Removed Python 2.3 compat code in translation framework. 2010-02-16 12:16:01 +00:00
createcachetable.py Fixed #11623 -- Corrected table name quoting in db cache backend. Thanks to Fraser Nevett for the report and fix. 2010-02-11 12:21:46 +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 #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
flush.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
inspectdb.py Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's, and works with all spatial backends (Oracle and SpatiaLite did work before). This changeset introduces new introspection modules for all of the spatial backends and adds hooks to the original `inspectdb.Command` class to enable reuse. 2010-01-18 21:02:47 +00:00
loaddata.py Fixed #12672 -- Added the ability to configure which applications are available on which database. 2010-01-25 12:23:30 +00:00
makemessages.py Fixed #6505 - Copy plural forms from Django translation files for newly created translation files. Thanks to Ramiro Morales for the initial patch. 2010-02-16 12:15:41 +00:00
reset.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18: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 SECURITY ALERT: Corrected a problem with the Admin media handler that could lead to the exposure of system files. Thanks to Gary Wilson for the patch. 2009-07-29 02:40:14 +00:00
shell.py Fixed #3381 - manage.py shell now respects PYTHONSTARTUP/.pythonrc.py. 2007-09-14 22:16:14 +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 #1142 -- Added multiple database support. 2009-12-22 15:18:51 +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 #12712 -- Corrected a problem with synchronizing that prevented m2m tables from being created under certain circumstances. Thanks to IonelMaries for the report, and Alex Gaynor for the patch. 2010-02-26 11:26:41 +00:00
test.py Fixed #12624 -- Modified test runners to be class based. 2010-01-18 15:11:01 +00:00
testserver.py Promoted --verbosity to be a top level option for all management commands. Also added -v as a consistent short form of --verbosity. This is mostly to save Malcolm's poor arthritic fingers. 2008-10-02 12:57:13 +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