django1/django/core/management/commands
Malcolm Tredinnick 4323c228cc Always pass models in post_syncdb signals as a set (not as a list
sometimes).

Fixed #5848, thanks to PJCrosier.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13768 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-12 19:20:58 +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 #14162 - Dumpdata needs an option to use the base manager instead of the default manager 2010-08-30 11:58:26 +00:00
flush.py Always pass models in post_syncdb signals as a set (not as a list 2010-09-12 19:20:58 +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 #14068 -- Corrected error handling in loaddata when an allow_syncdb method is defined on the router. Thanks to Xavier Ordoquy for the report. 2010-08-20 13:57:24 +00:00
makemessages.py Fixed #13374 -- Corrected some more minor issues causing problems for PyPy. Thanks to Alex Gaynor for the report and patch. 2010-04-19 11:52:56 +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 #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 Rationalized the verbosity levels (including introducing a new super-verbose level) for syncdb, test and loaddata. 2010-08-07 06:58:14 +00:00
test.py Fixed #12624 -- Modified test runners to be class based. 2010-01-18 15:11:01 +00:00
testserver.py Fixed #12619 -- Added support for the --noinput flag to testserver. Thanks to clouserw for the suggestion, and darkrho for the patch. 2010-06-21 12:09:25 +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