Move password set views to the authentication app

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-05-07 03:13:14 -04:00
parent 5e4518211f
commit f69fcbcc82
15 changed files with 214 additions and 190 deletions

View File

@@ -285,6 +285,7 @@ Other changes
- 'relationship between two models. The registered relationship '
- 'will be automatically used by check_access().',
- InterfaceWarning
* Move the user set password views to the authentication app.