Changes between Version 1 and Version 2 of Ticket #35827
- Timestamp:
- Oct 9, 2024, 2:45:48 PM (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35827 – Description
v1 v2 26 26 https://github.com/django/django/blob/main/django/db/models/base.py#L143 27 27 28 So during the __init_subclass call you will have the superclass' meta object if you try to access it.28 So during the init_subclass call you will have the superclass' meta object if you try to access it.