diff options
| author | Aron Podrigal <aronp@guaranteedplus.com> | 2015-08-03 08:03:41 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-05-16 07:32:21 -0400 |
| commit | 85ef98dc6ec565b1add417bd76808664e7318026 (patch) | |
| tree | a92b967b3e5c7ef8d8625a66596783520902954d /AUTHORS | |
| parent | 61a16e02702fff4665969388f3b61af8cb1a20ae (diff) | |
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.
Diffstat (limited to 'AUTHORS')
| -rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ answer newbie questions, and generally made Django that much better: Aram Dulyan arien <regexbot@gmail.com> Armin Ronacher + Aron Podrigal <aronp@guaranteedplus.com> Artem Gnilov <boobsd@gmail.com> Arthur <avandorp@gmail.com> Arthur Koziel <http://arthurkoziel.com> |
