From eb07b5be0ce7c51938ed9b00bae04ebe9a75110c Mon Sep 17 00:00:00 2001 From: René Fleschenberg Date: Thu, 27 Feb 2020 17:55:29 +0100 Subject: Fixed #15619 -- Deprecated log out via GET requests. Thanks Florian Apolloner for the implementation idea. Co-Authored-By: Mariusz Felisiak --- docs/internals/deprecation.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 2c85eafc85..31eb732297 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 -- cgit v1.3