From e30d6678421b7573a1995f61521f14348c9b2a17 Mon Sep 17 00:00:00 2001 From: Mohammadtaher Abbasi Date: Sat, 13 Aug 2022 01:08:19 +0430 Subject: [PATCH] Fixed #33921 -- Added release note for 5b8699e723d9daf373fff46c6859fed2b780a9bd. --- docs/releases/4.1.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt index cf0107cfbe..11268df298 100644 --- a/docs/releases/4.1.txt +++ b/docs/releases/4.1.txt @@ -712,6 +712,9 @@ Miscellaneous ``"django/forms/formsets/default.html"`` templates which are a proxy to the table-based templates are deprecated. Use the specific template instead. +* The undocumented ``LogoutView.get_next_page()`` method is renamed to + ``get_success_url()``. + Features removed in 4.1 =======================