Changes between Initial Version and Version 2 of Ticket #36843


Ignore:
Timestamp:
Jan 5, 2026, 12:56:14 PM (3 days ago)
Author:
Jacob Walls
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36843

    • Property Owner set to Jacob Walls
    • Property Status newassigned
  • Ticket #36843 – Description

    initial v2  
    1414To reproduce:
    1515
    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
    1718- Rename `Song` to `Son`, migrate
    1819- `RenamePermission` adjusts the four permissions on each model (8 perms total) to all have "son" in the name & codename
Back to Top