diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/6.1.txt b/docs/releases/6.1.txt index 9ed7bbd8e6..c95b9b1c57 100644 --- a/docs/releases/6.1.txt +++ b/docs/releases/6.1.txt @@ -268,3 +268,7 @@ to remove usage of these features. * The ``all`` parameter for the ``django.contrib.staticfiles.finders.find()`` function is removed in favor of the ``find_all`` parameter. + +* Fallbacks to ``request.user`` and ``request.auser()`` when ``user`` is + ``None`` in ``django.contrib.auth.login()`` and + ``django.contrib.auth.alogin()``, respectively, are removed. |
