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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user