diff options
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:** |
