summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-12-11 12:43:02 -0500
committerTim Graham <timograham@gmail.com>2015-12-11 12:43:02 -0500
commit59f861fcb49a43acfbf2f75e683a7cb971600f52 (patch)
treea428f559e8cc3287b1501c458da939b9d2f84326 /django
parentffcdb0b471d0afc72b42b0a2b0c0c4fb45d7b6b1 (diff)
Fixed #25918 -- Removed unused LOGOUT_URL setting.
Thanks hop for the report and patch.
Diffstat (limited to 'django')
-rw-r--r--django/conf/global_settings.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py
index b85d3551b1..cbcf5b4ba0 100644
--- a/django/conf/global_settings.py
+++ b/django/conf/global_settings.py
@@ -481,8 +481,6 @@ AUTHENTICATION_BACKENDS = ['django.contrib.auth.backends.ModelBackend']
LOGIN_URL = '/accounts/login/'
-LOGOUT_URL = '/accounts/logout/'
-
LOGIN_REDIRECT_URL = '/accounts/profile/'
# The number of days a password reset link is valid for