summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 81a9d72860..0e2a7ffb36 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -64,9 +64,9 @@ 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.
+* Fallbacks to ``request.user`` and ``request.auser()`` when ``user`` is
+ ``None`` in ``django.contrib.auth.login()`` and
+ ``django.contrib.auth.alogin()``, respectively, will be removed.
* The ``ordering`` keyword argument of the PostgreSQL specific aggregation
functions ``django.contrib.postgres.aggregates.ArrayAgg``,