From 53f5dc10cdc0c1fbeb48b2d98fbdd26c1996ec59 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 24 Feb 2017 10:15:41 -0500 Subject: [1.11.x] Refs #25187 -- Fixed AuthBackend.authenticate() compatibility for signatures that accept a request kwarg. Backport of c31e7ab5a4b062225bc4f6b5cae065325dd30f1f from master --- docs/internals/deprecation.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/internals') 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. -- cgit v1.3