Refs #26253 -- Forwardported release note.

This commit is contained in:
Tim Graham 2016-02-22 17:19:08 -05:00
parent de7edc005f
commit 33a4040d07
1 changed files with 3 additions and 0 deletions

View File

@ -37,3 +37,6 @@ Bugfixes
* Reallowed dashes in top-level domain names of URLs checked by * Reallowed dashes in top-level domain names of URLs checked by
``URLValidator`` to fix a regression in Django 1.8 (:ticket:`26204`). ``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`).