summaryrefslogtreecommitdiff
path: root/tests/model_inheritance/same_model_name/__init__.py
AgeCommit message (Collapse)Author
2016-05-31Avoided uncessary table creation in model_inheritance tests.Simon Charette
2014-04-21Fixed #22402 -- Consolidated model_inheritance tests.Aymeric Augustin
The model_inheritance_same_model_name tests couldn't be run without the model_inheritance tests. Make the problem go away by merging them. Thanks timo for the report.