mirror of
https://github.com/django/django.git
synced 2025-11-18 19:01:40 +00:00
Refs #35530 -- Corrected deprecation message in auth.alogin().
Some checks are pending
Docs / spelling (push) Waiting to run
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Docs / blacken-docs (push) Waiting to run
Linters / black (push) Waiting to run
Tests / Windows, SQLite, Python 3.13 (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run
Some checks are pending
Docs / spelling (push) Waiting to run
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Docs / blacken-docs (push) Waiting to run
Linters / black (push) Waiting to run
Tests / Windows, SQLite, Python 3.13 (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run
Follow up to ceecd518b1.
This commit is contained in:
parent
0b2493a0da
commit
b3166e1e15
4 changed files with 10 additions and 10 deletions
|
|
@ -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``,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue