django1/django/core/management
Adrian Holovaty fe78237a22 Fixed #5376 -- Added --addrport option to the 'testserver' command. Thanks, toddobryan
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6204 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-14 19:17:15 +00:00
..
commands Fixed #5376 -- Added --addrport option to the 'testserver' command. Thanks, toddobryan 2007-09-14 19:17:15 +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 #5218: Made Oracle create autoinc triggers using the correct name 2007-09-14 18:12:36 +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