Changes between Version 2 and Version 4 of Ticket #31437


Ignore:
Timestamp:
Apr 8, 2020, 9:38:47 AM (4 years ago)
Author:
Carlton Gibson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31437

    • Property Triage Stage UnreviewedAccepted
  • Ticket #31437 – Description

    v2 v4  
    3737updated whilst so iterating (which would not be a realistic option), and each
    3838field 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__()`])
    3940
    4041As a result overriding multiply inherited fields has never been supported. That
Back to Top