mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.
Thanks Shai Berger for the review.
This commit is contained in:
parent
d58aaa24e3
commit
b1afebf882
5 changed files with 21 additions and 2 deletions
|
@ -21,3 +21,6 @@ Bugfixes
|
|||
* Fixed :class:`~django.contrib.postgres.fields.RangeField` and
|
||||
:class:`~django.contrib.postgres.fields.ArrayField` serialization with
|
||||
``None`` values (:ticket:`26215`).
|
||||
|
||||
* Reallowed dashes in top-level domain names of URLs checked by
|
||||
``URLValidator`` to fix a regression in Django 1.8 (:ticket:`26204`).
|
||||
|
|
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue