I need to know the db_column name of various model fields. On a few models the name is explicitly set by "db_column='foo'", but most of the models/fields have the name automatically generated by Django.I need to know the db_column name of various mo
I need to know the db_column name of various model fields. On a few models the name is explicitly set by "db_column='foo'", but most of the models/fields have the name automatically generated by Django.I need to know the db_column name of various mo