For an instance of a model instance, how can I get the database table name?
I do not want to explicitly specify the names in the Meta class.
Found the answer myself: the instance attribute _meta has information:
model_instance._meta.db_table