Expose Django's LOGOUT_REDIRECT_URL setting

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-17 02:01:33 -04:00
parent 313311d008
commit f176f6ae4f
4 changed files with 18 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ Other changes
* Add MERCs 5 and 6.
* Update authentication function views to use Django's new class
based authentication views.
* Expose Django's LOGOUT_REDIRECT_URL setting.
Removals
--------