summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-09-14 19:49:06 +0200
committerGitHub <noreply@github.com>2023-09-14 19:49:06 +0200
commite2a3a896cf0825a2da2347773c79ba7a341fe392 (patch)
tree5155de6cebd6885d2b886cbc443cc1adbd8efc65
parent691f70c47755c7f55fa75ce607d028f81468b745 (diff)
Refs #15619 -- Removed deprecated annotation about logging out via GET requests.
Follow up to 6c57c08ae52f86df843fccb5a3c1c6c45a10a26f.
-rw-r--r--docs/topics/auth/default.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt
index 29238299ba..4aee26d9ca 100644
--- a/docs/topics/auth/default.txt
+++ b/docs/topics/auth/default.txt
@@ -1294,11 +1294,6 @@ implementation details see :ref:`using-the-views`.
* ``login_url``: The URL of the login page to redirect to.
Defaults to :setting:`settings.LOGIN_URL <LOGIN_URL>` if not supplied.
- .. deprecated:: 4.1
-
- Support for logging out on ``GET`` requests is deprecated and will be
- removed in Django 5.0.
-
.. class:: PasswordChangeView
**URL name:** ``password_change``