django1/django/core/management
Adrian Holovaty 2cf419d9ed Got runserver auto-reloading working again by removing what appeared to be debugging code in django.core.management.base. Refs #5369
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6094 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-11 04:37:23 +00:00
..
commands Updated runfcgi management command to include 'subcommand' argument to usage() 2007-09-11 04:25:55 +00:00
__init__.py Restored 'django-admin.py --help' 2007-09-11 04:27:06 +00:00
base.py Got runserver auto-reloading working again by removing what appeared to be debugging code in django.core.management.base. Refs #5369 2007-09-11 04:37:23 +00:00
color.py Fixed #5319 -- Changed terminal colors in django.core.management.colors not to be used under Jython. Thanks, Marty Alchin 2007-09-02 17:05:13 +00:00
sql.py Fixed #5086 -- The 'flush' and 'sqlflush' management commands no longer touch tables that Django is not aware of (tables that are not in INSTALLED_APPS and/or do not have associated models. Thanks for bringing this up, shaun@cuttshome.net 2007-08-25 19:32:30 +00:00
validation.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