Commit c6ab81db authored by Tim Graham's avatar Tim Graham
Browse files

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

parent 3fedfc45
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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`).
+2 −2
Original line number Diff line number Diff line
@@ -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`).