Move current user views to the user management app

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-17 02:25:57 -04:00
parent 97a9d21ac4
commit 54020a8813
17 changed files with 124 additions and 114 deletions

View File

@@ -122,6 +122,8 @@ Other changes
* Update authentication function views to use Django's new class
based authentication views.
* Expose Django's LOGOUT_REDIRECT_URL setting.
* Move current user views from the common app to the user
management app.
Removals
--------