mirror of
https://github.com/django/django.git
synced 2025-10-28 16:16:12 +00:00
Refs #15619 -- Removed support for logging out via GET requests.
Per deprecation timeline.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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:**
|
||||
|
||||
Reference in New Issue
Block a user