mirror of
https://github.com/django/django.git
synced 2025-01-26 18:19:18 +00:00
85ef98dc6e
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.