1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #35530 -- Removed request.user or auser() fallback in auth.login and auth.alogin.

Per deprecation timeline.
This commit is contained in:
Jacob Walls
2025-09-05 14:06:36 -04:00
committed by nessita
parent a146fe2930
commit 32e266dc5b
4 changed files with 15 additions and 134 deletions

View File

@@ -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.