Move the purge permission logic to the manager

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-17 16:06:56 -04:00
parent 54020a8813
commit 33d073e7a0
4 changed files with 12 additions and 9 deletions

View File

@@ -124,6 +124,8 @@ Other changes
* Expose Django's LOGOUT_REDIRECT_URL setting.
* Move current user views from the common app to the user
management app.
* Move the purge permission logic to the StorePermission
manager.
Removals
--------