fix: delete perm on user/group/team deletion

This is done manually using signal because we do not use a foreign key
so we do not have automatically cascade deletion.
This commit is contained in:
Élie Bouttier 2014-08-30 16:27:13 -07:00
parent b4be56bb47
commit b9b892417b
4 changed files with 66 additions and 1 deletions

View file

@ -0,0 +1 @@
default_app_config = 'permissions.apps.PermissionsConfig'