diff options
| author | Mohammadtaher Abbasi <mtabba30@gmail.com> | 2022-08-13 01:08:19 +0430 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-12 22:38:19 +0200 |
| commit | e30d6678421b7573a1995f61521f14348c9b2a17 (patch) | |
| tree | ed862942a5f23eaf98f2d218d883b00e90f10228 /docs/releases/4.1.txt | |
| parent | 5c803bc0702511c8bc05e9db600367a465514f82 (diff) | |
Fixed #33921 -- Added release note for 5b8699e723d9daf373fff46c6859fed2b780a9bd.
Diffstat (limited to 'docs/releases/4.1.txt')
| -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 ======================= |
