Changes between Initial Version and Version 1 of Ticket #33234


Ignore:
Timestamp:
Oct 28, 2021, 11:46:15 AM (3 years ago)
Author:
Mariusz Felisiak
Comment:

Thanks for the report!

Regression in aa4acc164d1247c0de515c959f7b09648b57dc42. Reproduced at afeafd6036616bac8263d762c1610f22241c0187.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33234

    • Property Cc David Wobrock added
    • Property Severity NormalRelease blocker
    • Property Triage Stage UnreviewedAccepted
  • Ticket #33234 – Description

    initial v1  
    66
    77class MyMixin:
    8         ...
    9 
    10 class MyRealModel(MyMixin, models.Model):
    118        ...
    129
Back to Top