I just inherited code I need to modernize. A model had been created with inspectdb but was never updated. I'm setting this up with Python 2.6 and Django 1.5.1 and the database is on MySQL 5.0. I've updated the settings but now I can't run "inspectdb" on the database. I get
DatabaseError: (1146, "Table 'schema1.tableName' doesn't exist") It should not be schema1 since tableName lives in a different schema. I saw references to this bug from 5 years ago: https://code.djangoproject.com/ticket/7556 But the patch is outdated by now and I figured it must have been fished in a later release. Is it something wrong with my setup? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

