mirror of
https://github.com/django/django.git
synced 2025-07-04 01:39:20 +00:00
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.