summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-02-24 10:15:41 -0500
committerGitHub <noreply@github.com>2017-02-24 10:15:41 -0500
commitc31e7ab5a4b062225bc4f6b5cae065325dd30f1f (patch)
tree9eacce9a83b7ceb1f1b8d4a89c79ccdc5b2d1311 /docs/internals
parent8d4885ede578b5beef7626cd31bbd19a95bd678a (diff)
Refs #25187 -- Fixed AuthBackend.authenticate() compatibility for signatures that accept a request kwarg.
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 4f025f8d1f..e9eb6b24cf 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -52,8 +52,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.