summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-02-22 17:19:08 -0500
committerTim Graham <timograham@gmail.com>2016-02-22 17:19:08 -0500
commit33a4040d07ded45203b47cb2be9de69f9922b36c (patch)
tree85e40da3bc30d88ae1061b11387e839847556f34
parentde7edc005f06c47c1d39d5cb30762d424ee4dabf (diff)
Refs #26253 -- Forwardported release note.
-rw-r--r--docs/releases/1.9.3.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.3.txt b/docs/releases/1.9.3.txt
index a7c2b1eba5..1ce0096968 100644
--- a/docs/releases/1.9.3.txt
+++ b/docs/releases/1.9.3.txt
@@ -37,3 +37,6 @@ Bugfixes
* Reallowed dashes in top-level domain names of URLs checked by
``URLValidator`` to fix a regression in Django 1.8 (:ticket:`26204`).
+
+* Fixed some crashing deprecation shims in ``SimpleTemplateResponse`` that
+ regressed in Django 1.9 (:ticket:`26253`).