diff options
| author | Tim Graham <timograham@gmail.com> | 2016-02-22 17:19:08 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-02-22 17:19:08 -0500 |
| commit | 33a4040d07ded45203b47cb2be9de69f9922b36c (patch) | |
| tree | 85e40da3bc30d88ae1061b11387e839847556f34 /docs | |
| parent | de7edc005f06c47c1d39d5cb30762d424ee4dabf (diff) | |
Refs #26253 -- Forwardported release note.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.3.txt | 3 |
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`). |
