Changes between Initial Version and Version 2 of Ticket #36843
- Timestamp:
- Jan 5, 2026, 12:56:14 PM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36843
- Property Owner set to
- Property Status new → assigned
-
Ticket #36843 – Description
initial v2 14 14 To reproduce: 15 15 16 - Have `Song` and `SongProfile` models, assign a view permission on `SongProfile` to a user 16 - Have `Song` and `SongProfile` models, migrate (this produces permission records during `post_migrate`) 17 - assign a view permission on `SongProfile` to a user 17 18 - Rename `Song` to `Son`, migrate 18 19 - `RenamePermission` adjusts the four permissions on each model (8 perms total) to all have "son" in the name & codename