aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2021-11-26Fix Typo In Static TaskGravatar Hassan Abouelela-1/+1
2021-11-26Patch signals to use post_delete, instead of pre_deleteGravatar D0rs4n-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-26Patch roles test to use fresh instance from the DBGravatar D0rs4n-0/+1
2021-11-26Add test to check role unassignmentGravatar D0rs4n-1/+21
Create a test that checks if a role gets deleted it will also get unassigned from the user
2021-11-26Create a signal to unassign roles from user when deletedGravatar D0rs4n-1/+22
Add a signal to the api app that automatically unassigns deleted roles from users that have them