diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-08-19 20:57:32 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-08-22 16:15:42 +0200 |
| commit | 9c9ed6fd7a8399113a18b979c8cd6f04cfbfa30b (patch) | |
| tree | 6f04df90db78c51a7238082cec8666e87cecb964 /docs/internals | |
| parent | 98972b53aabbca8b7ce74b462d00a6a2c2d26287 (diff) | |
[5.2.x] Refs #35530 -- Corrected deprecation message in auth.alogin().
Follow up to ceecd518b19044181a3598c55ebed7c2545963cc.
Backport of b3166e1e15824aedb7a609dfda18ef36ea023d06 from main.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 067686e0e2..ce0348a462 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -18,9 +18,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``, |
