Changes between Version 2 and Version 3 of Ticket #35827
- Timestamp:
- Oct 9, 2024, 2:46:47 PM (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35827 – Description
v2 v3 12 12 super().__init_subclass__() 13 13 breakpoint() 14 cls._my_setup_func() https://code.djangoproject.com/ticket/35827#14 cls._my_setup_func() 15 15 16 16 class TestModel(ModelMixin):