Changes between Version 1 and Version 2 of Ticket #34608, comment 3


Ignore:
Timestamp:
May 3, 2024, 8:27:26 AM (5 months ago)
Author:
Michael

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34608, comment 3

    v1 v2  
    55bases=(core.djpp.permpp.PermissionsMixin_factory.<locals>.PermissionsMixin, models.Model, djpp.modelpp.NiceNameMixin),
    66}}}
    7 Python will always fail the dot lookup of: `.PermissionsMixin_factory.<locals>.PermissionsMixin`+
     7Python will always fail the dot lookup of: `.PermissionsMixin_factory.<locals>.PermissionsMixin`, note the `<locals>` part.
    882. Happens event if I don't squash migrations, i.e. rebuild them all from scratch.
    99
Back to Top