Changes between Version 2 and Version 3 of Ticket #35827


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35827 – Description

    v2 v3  
    1212        super().__init_subclass__()
    1313        breakpoint()
    14         cls._my_setup_func()https://code.djangoproject.com/ticket/35827#
     14        cls._my_setup_func()
    1515
    1616class TestModel(ModelMixin):
Back to Top