summaryrefslogtreecommitdiff
path: root/docs/ref
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 /docs/ref
parentffcdb0b471d0afc72b42b0a2b0c0c4fb45d7b6b1 (diff)
Fixed #25918 -- Removed unused LOGOUT_URL setting.
Thanks hop for the report and patch.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/settings.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 491e8889d4..fc5ef4489e 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -2637,15 +2637,6 @@ This setting also accepts view function names and :ref:`named URL patterns
<naming-url-patterns>` which can be used to reduce configuration duplication
since you don't have to define the URL in two places (``settings`` and URLconf).
-.. setting:: LOGOUT_URL
-
-LOGOUT_URL
-----------
-
-Default: ``'/accounts/logout/'``
-
-LOGIN_URL counterpart.
-
.. setting:: PASSWORD_RESET_TIMEOUT_DAYS
PASSWORD_RESET_TIMEOUT_DAYS