summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorAleksej Manaev <aleksej.manaev@gmx.de>2016-07-11 16:40:39 +0200
committerTim Graham <timograham@gmail.com>2016-09-12 20:11:53 -0400
commit4b9330ccc04575f9e5126529ec355a450d12e77c (patch)
tree90d340a9d28bd448b3b709b8b605bd1009bbba0a /docs/internals
parent32c0d823e5316aa7d616a69996919b62748368cc (diff)
Fixed #25187 -- Made request available in authentication backends.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 8be137e635..a1c55646d0 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -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