Bases: askbot.importers.stackexchange.parse_models.DjangoField
some relations need to be mapped to actual tables
Bases: object
Bases: object
Bases: askbot.importers.stackexchange.parse_models.DjangoField
Determine db table name from the basename of the .xml file
used by the model parser here we need to be detailed about field types because this defines the database schema
used by the data reader
The problem is that I’ve scattered code for determination of field name over three classes: DjangoField, DjangoPK and DjangoFK so the function actually cretes fake field objects many time over