mirror of
https://github.com/django/django.git
synced 2025-07-19 19:25:26 +00:00
Fixed #25187 -- Made request available in authentication backends.
This commit is contained in:
parent
32c0d823e5
commit
4b9330ccc0
12 changed files with 106 additions and 24 deletions
|
@ -38,6 +38,9 @@ details on these changes.
|
|||
|
||||
* ``DatabaseIntrospection.get_indexes()`` will be removed.
|
||||
|
||||
* The ``authenticate()`` method of authentication backends will require a
|
||||
``request`` argument.
|
||||
|
||||
.. _deprecation-removed-in-2.0:
|
||||
|
||||
2.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue