From 32e266dc5b756b52e6db4f4f453f51274aa9234e Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Fri, 5 Sep 2025 14:06:36 -0400 Subject: Refs #35530 -- Removed request.user or auser() fallback in auth.login and auth.alogin. Per deprecation timeline. --- docs/releases/6.1.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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. -- cgit v1.3