[1.9.x] Refs #26253 -- Amended release note as this issue doesn't affect 1.8.

This commit is contained in:
Tim Graham 2016-02-22 17:17:41 -05:00
parent 3fedfc452f
commit c6ab81db79
2 changed files with 2 additions and 5 deletions

View File

@ -24,6 +24,3 @@ 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`).

View File

@ -38,5 +38,5 @@ 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`).
* Fixed some crashing deprecation shims in ``SimpleTemplateResponse`` that
regressed in Django 1.9 (:ticket:`26253`).