summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-01-30 19:31:25 -0500
committerTim Graham <timograham@gmail.com>2018-01-31 09:29:12 -0500
commitde59132afcd979a28a9db269b550d4b8356ef325 (patch)
tree99c22a5e5fb3aa43fa04be29faead8f00f9b8cf1 /docs
parentc10cb9716f8fd7398a8206cd8b33ed2f03065f85 (diff)
Refs #29071 -- Forwardported 2.0.2/1.11.10 release notes.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.10.txt4
-rw-r--r--docs/releases/2.0.2.txt4
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/1.11.10.txt b/docs/releases/1.11.10.txt
index 49e19614a5..88d2d007bf 100644
--- a/docs/releases/1.11.10.txt
+++ b/docs/releases/1.11.10.txt
@@ -11,3 +11,7 @@ Bugfixes
* Fixed incorrect foreign key nullification if a model has two foreign keys to
the same model and a target model is deleted (:ticket:`29016`).
+
+* Fixed a regression where ``contrib.auth.authenticate()`` crashes if an
+ authentication backend doesn't accept ``request`` and a later one does
+ (:ticket:`29071`).
diff --git a/docs/releases/2.0.2.txt b/docs/releases/2.0.2.txt
index 06968d4ba3..000236af2c 100644
--- a/docs/releases/2.0.2.txt
+++ b/docs/releases/2.0.2.txt
@@ -20,3 +20,7 @@ Bugfixes
* Fixed a regression where a queryset that annotates with geometry objects
crashes (:ticket:`29054`).
+
+* Fixed a regression where ``contrib.auth.authenticate()`` crashes if an
+ authentication backend doesn't accept ``request`` and a later one does
+ (:ticket:`29071`).