Changes between Version 1 and Version 2 of Ticket #35827


Ignore:
Timestamp:
Oct 9, 2024, 2:45:48 PM (5 days ago)
Author:
Ben Beecher
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35827 – Description

    v1 v2  
    2626https://github.com/django/django/blob/main/django/db/models/base.py#L143
    2727
    28 So during the __init_subclass call you will have the superclass' meta object if you try to access it.
     28So during the init_subclass call you will have the superclass' meta object if you try to access it.
Back to Top