diff options
| author | Mohammadtaher Abbasi <mtabba30@gmail.com> | 2022-08-13 01:08:19 +0430 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-08-12 22:39:23 +0200 |
| commit | c520a5d06ef17da9e2175be6aa995ff1761ce7f8 (patch) | |
| tree | c0537982d5426819f0d8a95bf83ded6f496c3768 | |
| parent | 3848475eeb5ee8f7729440f50c04fd85cf8bea66 (diff) | |
[4.1.x] Fixed #33921 -- Added release note for 5b8699e723d9daf373fff46c6859fed2b780a9bd.
Backport of e30d6678421b7573a1995f61521f14348c9b2a17 from main
| -rw-r--r-- | docs/releases/4.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 ======================= |
