diff options
| author | Tim Graham <timograham@gmail.com> | 2016-02-22 14:05:53 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-02-22 17:07:07 -0500 |
| commit | 3fedfc452fa94f8a6c9a64289d00202313ceb564 (patch) | |
| tree | 6dd0d4aff262bb1385ca336cd8bd621d1ee6d714 /docs | |
| parent | 174811c5538c8c0b8f66089b31686e80d2bc7d3b (diff) | |
[1.9.x] Fixed #26253 -- Fixed crashing deprecation shims in SimpleTemplateResponse.
Thanks David Reitter for the report and initial patch.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.10.txt | 3 | ||||
| -rw-r--r-- | docs/releases/1.9.3.txt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/1.8.10.txt b/docs/releases/1.8.10.txt index b63ae2abdc..ce695ce2d5 100644 --- a/docs/releases/1.8.10.txt +++ b/docs/releases/1.8.10.txt @@ -24,3 +24,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`` + and ``TemplateResponse`` introduced in Django 1.8 (:ticket:`26253`). diff --git a/docs/releases/1.9.3.txt b/docs/releases/1.9.3.txt index a7c2b1eba5..ceed260f38 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`` + and ``TemplateResponse`` introduced in Django 1.8 (:ticket:`26253`). |
