[1.9.x] Refs #26253 -- Amended release note as this issue doesn't affect 1.8.
This commit is contained in:
parent
3fedfc452f
commit
c6ab81db79
@ -24,6 +24,3 @@ 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``
|
|
||||||
and ``TemplateResponse`` introduced in Django 1.8 (:ticket:`26253`).
|
|
||||||
|
@ -38,5 +38,5 @@ 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``
|
* Fixed some crashing deprecation shims in ``SimpleTemplateResponse`` that
|
||||||
and ``TemplateResponse`` introduced in Django 1.8 (:ticket:`26253`).
|
regressed in Django 1.9 (:ticket:`26253`).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user