django1/django/core/management
Malcolm Tredinnick e461646b94 Fixed #5242 -- Fixed table processing for some databases with case insensitive tables. Patch from Filip Wasilewski.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6291 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-15 16:19:10 +00:00
..
commands Fixed #5242 -- Fixed table processing for some databases with case insensitive tables. Patch from Filip Wasilewski. 2007-09-15 16:19:10 +00:00
__init__.py Restored 'django-admin.py --help' 2007-09-11 04:27:06 +00:00
base.py Fixed #5443 -- Handle lack of os.access() and os.chmod() in Jython. Thanks, Leo Soto. 2007-09-15 11:19:50 +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 Negligible formatting change to [6211] 2007-09-14 22:49:01 +00:00