summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorJaap Roes <jroes@leukeleu.nl>2024-11-28 14:42:59 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-11-28 17:43:46 +0100
commitceecd518b19044181a3598c55ebed7c2545963cc (patch)
tree2d50bac2f6898f1c84e9c6ea0276a5d5ac3fa890 /docs/internals
parent28b9b8d6d900feea731d0724b996959a73ff33b5 (diff)
Fixed #35530 -- Deprecated request.user fallback in auth.login and auth.alogin.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 85ad0d400f..171d9ecbe3 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -18,6 +18,10 @@ details on these changes.
* The ``all`` keyword argument of ``django.contrib.staticfiles.finders.find()``
will be removed.
+* The fallback to ``request.user`` when ``user`` is ``None`` in
+ ``django.contrib.auth.login()`` and ``django.contrib.auth.alogin()`` will be
+ removed.
+
.. _deprecation-removed-in-6.0:
6.0