mirror of
https://github.com/django/django.git
synced 2025-02-24 09:04:48 +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.