| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-11-26 | Clean Up Static Deploys Readme | -6/+8 | ||
| Reorganize the static deploy readme, and clarify the content. | ||||
| 2021-11-26 | Fix Typo In Static Task | -1/+1 | ||
| 2021-11-26 | Patch signals to use post_delete, instead of pre_delete | -5/+4 | ||
| From now on the signal will only get executed after the Role has been deleted The commit also introduces minor changes in the tests of roles | ||||
| 2021-11-26 | Patch roles test to use fresh instance from the DB | -0/+1 | ||
| 2021-11-26 | Add test to check role unassignment | -1/+21 | ||
| Create a test that checks if a role gets deleted it will also get unassigned from the user | ||||
| 2021-11-26 | Create a signal to unassign roles from user when deleted | -1/+22 | ||
| Add a signal to the api app that automatically unassigns deleted roles from users that have them | ||||