diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2022-04-16 18:37:34 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-04-20 10:04:29 +0200 |
| commit | 12576bd371c96fcc92f47a3df806531ff10450c6 (patch) | |
| tree | e79a91fe04261439a281574b799a53a41dc041dc /docs/releases/4.1.txt | |
| parent | 420d13edeed8d2848b52f37144fe5edb7baff0cc (diff) | |
Refactored out RedirectURLMixin.get_redirect_url().
This also renames SuccessURLAllowedHostsMixin to RedirectURLMixin.
This doesn't change the behavior of LogoutView.get_next_page() because
next_page == "" implies url_is_safe == False before the refactoring.
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 e84a47dd2d..2c01efbfdd 100644 --- a/docs/releases/4.1.txt +++ b/docs/releases/4.1.txt @@ -495,6 +495,9 @@ Miscellaneous enabled in development. You may specify ``OPTIONS['loaders']`` to override this, if necessary. +* The undocumented ``django.contrib.auth.views.SuccessURLAllowedHostsMixin`` + mixin is replaced by ``RedirectURLMixin``. + .. _deprecated-features-4.1: Features deprecated in 4.1 |
