mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.
Thanks Shai Berger for the review.
This commit is contained in:
@@ -34,3 +34,6 @@ Bugfixes
|
||||
|
||||
* Fixed a crash when filtering by a ``Decimal`` in ``RawQuery``
|
||||
(:ticket:`26219`).
|
||||
|
||||
* Reallowed dashes in top-level domain names of URLs checked by
|
||||
``URLValidator`` to fix a regression in Django 1.8 (:ticket:`26204`).
|
||||
|
||||
Reference in New Issue
Block a user