diff options
| -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 ======================= |
