mirror of
https://github.com/django/django.git
synced 2025-12-11 11:50:49 +00:00
Added minimal multiple inheritance test case showing error.
Removed obsolete diamond-inheritance case, originally added in
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| models.py | ||
| test_abstract_inheritance.py | ||
| tests.py | ||