From 4b9330ccc04575f9e5126529ec355a450d12e77c Mon Sep 17 00:00:00 2001 From: Aleksej Manaev Date: Mon, 11 Jul 2016 16:40:39 +0200 Subject: Fixed #25187 -- Made request available in authentication backends. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') 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 -- cgit v1.3