summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-02-24 10:15:41 -0500
committerTim Graham <timograham@gmail.com>2017-02-24 13:59:34 -0500
commit53f5dc10cdc0c1fbeb48b2d98fbdd26c1996ec59 (patch)
tree619c49c5d96373976673c4a7079f24fc66b05c4b /docs/internals
parent0417bf47a6fd00d9a6a4c711780ce01f35f62d59 (diff)
[1.11.x] Refs #25187 -- Fixed AuthBackend.authenticate() compatibility for signatures that accept a request kwarg.
Backport of c31e7ab5a4b062225bc4f6b5cae065325dd30f1f from master
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 42db85127f..f679ad9256 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -38,8 +38,8 @@ details on these changes.
* ``DatabaseIntrospection.get_indexes()`` will be removed.
-* The ``authenticate()`` method of authentication backends will require a
- ``request`` argument.
+* The ``authenticate()`` method of authentication backends will require
+ ``request`` as the first positional argument.
* The ``django.db.models.permalink()`` decorator will be removed.