django1/django/core/management
Adrian Holovaty 26a9ac491c Fixed #8573 -- Fixed bug in 'inspectdb' regarding case-sensitivity of field names. It was automatically lowercasing the column name to create the Field name, which was inaccurate in the case of column names that contained a capital letter. Thanks for reporting and detective work, ramiro
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9053 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-17 05:12:53 +00:00
..
commands Fixed #8573 -- Fixed bug in 'inspectdb' regarding case-sensitivity of field names. It was automatically lowercasing the column name to create the Field name, which was inaccurate in the case of column names that contained a capital letter. Thanks for reporting and detective work, ramiro 2008-09-17 05:12:53 +00:00
__init__.py Fixed #8703 -- Allow deeply nested import paths for DJANGO_SETTINGS_MODULE when 2008-08-31 18:21:06 +00:00
base.py Fixed #9092 -- Improved validation of app/project names by startapp/startproject so that it doesn't allow names to start with a number. 2008-09-16 05:39:49 +00:00
color.py Fixed #8100: Jython, apparently, is now a TTY. 2008-08-08 18:51:34 +00:00
sql.py Fixes #7845: Removed a piece of stale code that was causing ./manage.py reset to fail with apps that don't have any models. Thanks to miracle2k for the report and patch. 2008-08-16 04:11:38 +00:00
validation.py Fixed #8687, a bad variable name in validation. Thanks, vung. 2008-08-29 15:45:23 +00:00