mirror of
https://github.com/django/django.git
synced 2025-06-03 02:29:13 +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.