Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/model_inheritance/same_model_name/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #22402 -- Consolidated model_inheritance tests.Aymeric Augustin2014-04-211-0/+0
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.