Changes between Version 1 and Version 2 of Ticket #34608, comment 3
- Timestamp:
- May 3, 2024, 8:27:26 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34608, comment 3
v1 v2 5 5 bases=(core.djpp.permpp.PermissionsMixin_factory.<locals>.PermissionsMixin, models.Model, djpp.modelpp.NiceNameMixin), 6 6 }}} 7 Python will always fail the dot lookup of: `.PermissionsMixin_factory.<locals>.PermissionsMixin` +7 Python will always fail the dot lookup of: `.PermissionsMixin_factory.<locals>.PermissionsMixin`, note the `<locals>` part. 8 8 2. Happens event if I don't squash migrations, i.e. rebuild them all from scratch. 9 9