#5643: [patch] inspectdb lowercases all column names without creating correct
db_column
-------------------------+--------------------------------------------------
Reporter: Gregor_Kopka | Owner: nobody
Status: new | Component: django-admin.py inspectdb
Version: SVN | Keywords: inspectdb uppercase column names
Stage: Unreviewed | Has_patch: 1
-------------------------+--------------------------------------------------
{{{
./manage.py inspectdb
}}}
always creates lowercase fieldnames. Problem is that when the column names
in database contain uppercase characters then no db_column argument is
created.
Attached patch fixes that.
--
Ticket URL: <http://code.djangoproject.com/ticket/5643>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---