summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTamas Szabo <tszabo@ccg.murdoch.edu.au>2017-05-15 06:22:58 +0800
committerTim Graham <timograham@gmail.com>2017-05-15 08:15:18 -0400
commitd945b7e42a8d45cb13b1bd0420b420cf563482f1 (patch)
tree7b171da67e0ddfdad6e7ae8a4d33e416ff9ad4ce /docs
parent84f6098aaf8d9cca521f7776134564b7f5ed704a (diff)
[1.11.x] Fixed #28207 -- Fixed contrib.auth.authenticate() if multiple auth backends don't accept a request.
Backport of 3008f30f194af386c354416be4c483f0f6b15f33 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.2.txt b/docs/releases/1.11.2.txt
index 558b3e40c3..6831f60cef 100644
--- a/docs/releases/1.11.2.txt
+++ b/docs/releases/1.11.2.txt
@@ -20,3 +20,6 @@ Bugfixes
(:ticket:`28142`).
* Fixed regression causing pickling of model fields to crash (:ticket:`28188`).
+
+* Fixed ``django.contrib.auth.authenticate()`` when multiple authentication
+ backends don't accept a positional ``request`` argument (:ticket:`28207`).