Use Django's new class based authentication views

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-17 02:00:28 -04:00
parent 0e1fe3968d
commit 313311d008
5 changed files with 156 additions and 168 deletions

View File

@@ -119,6 +119,8 @@ Other changes
* Add keyword arguments to messages uses.
* Add keyword arguments to the reverse use in views.
* Add MERCs 5 and 6.
* Update authentication function views to use Django's new class
based authentication views.
Removals
--------