| Commit message (Collapse) | Author | Lines |
|
|
|
Bumps [django](https://github.com/django/django) from 3.0.14 to 3.1.13.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.0.14...3.1.13)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
Reorganize the static deploy readme, and clarify the content.
|
|
|
|
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
|
|
|
|
Create a test that checks if a role gets deleted it will also get unassigned from the user
|
|
Add a signal to the api app that automatically unassigns
deleted roles from users that have them
|