Changes between Version 2 and Version 4 of Ticket #31437
- Timestamp:
- Apr 8, 2020, 9:38:47 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31437
- Property Triage Stage Unreviewed → Accepted
-
Ticket #31437 – Description
v2 v4 37 37 updated whilst so iterating (which would not be a realistic option), and each 38 38 field adds itself to the model in `contribute_to_class()`. 39 ([https://github.com/django/django/blob/94b32a20ef798768029651f0e8fcc07731a62a64/django/db/models/base.py#L273-L278 Relevant bit of `ModelBase.__new__()`]) 39 40 40 41 As a result overriding multiply inherited fields has never been supported. That