1
0
mirror of https://github.com/django/django.git synced 2025-01-28 02:59:58 +00:00
Aron Podrigal 85ef98dc6e Fixed #24305 -- Allowed overriding fields on abstract models.
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.
2016-05-16 07:32:21 -04:00
..
2016-03-13 19:48:24 +01:00
2016-05-03 19:30:48 -04:00
2016-05-02 18:16:36 -04:00
2016-05-02 19:02:21 -04:00
2016-03-13 19:48:24 +01:00