diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-13 06:03:29 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-17 11:49:15 +0100 |
| commit | 9a01311d204ebf23e615a0802cedcc7b6b373826 (patch) | |
| tree | 4d3b8aae9479f034b02fbdc15a89080ab2589c7d /docs | |
| parent | ba082e09524c9fba9fa8ba472c896ef645b09dd6 (diff) | |
Refs #15619 -- Removed support for logging out via GET requests.
Per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.0.txt | 4 | ||||
| -rw-r--r-- | docs/topics/auth/default.txt | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt index ed82f62640..9c7a10c294 100644 --- a/docs/releases/5.0.txt +++ b/docs/releases/5.0.txt @@ -327,3 +327,7 @@ to remove usage of these features. * ``created=True`` is required in the signature of ``RemoteUserBackend.configure_user()`` subclasses. + +* Support for logging out via ``GET`` requests in the + ``django.contrib.auth.views.LogoutView`` and + ``django.contrib.auth.views.logout_then_login()`` is removed. diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 038f2b8eaf..c3fb17788a 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -1158,11 +1158,6 @@ implementation details see :ref:`using-the-views`. Logs a user out on ``POST`` requests. - .. deprecated:: 4.1 - - Support for logging out on ``GET`` requests is deprecated and will be - removed in Django 5.0. - **URL name:** ``logout`` **Attributes:** |
