mirror of
https://github.com/Hopiu/django.git
synced 2026-03-19 15:30:24 +00:00
Fields inherited from abstract base classes may be overridden like any other Python attribute. Inheriting from multiple models/classes with the same attribute name will follow the MRO. |
||
|---|---|---|
| .. | ||
| same_model_name | ||
| __init__.py | ||
| models.py | ||
| test_abstract_inheritance.py | ||
| tests.py | ||