I'm getting bit trying to dumpdata
from a legacy db i've recently did a reverse engineering using django's inspectdb
...
Other than this every query works fine. In MySQL workbench the column exists.
But when trying to export the data I get:
CommandError: Unable to serialize database: no such column: af_datper.locnac
Using traceback
doesn't reveal any of my lines affecting (pasted here not to pollute http://dpaste.com/1DASN1V).
The model field already admits null values for that column and the column does exists in the database (among seeing it with the workbench, inspectdb
wouldn't have picked it up...
I honestly don't know what else to do. Any takers?