mirror of
https://github.com/django/django.git
synced 2025-08-02 01:53:15 +00:00
Fixed #15619 -- Deprecated log out via GET requests.
Thanks Florian Apolloner for the implementation idea. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
This commit is contained in:
parent
d4bf3b4c75
commit
eb07b5be0c
6 changed files with 122 additions and 30 deletions
|
@ -90,6 +90,10 @@ details on these changes.
|
|||
* ``created=True`` will be 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()`` will be removed.
|
||||
|
||||
.. _deprecation-removed-in-4.1:
|
||||
|
||||
4.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue