1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #30803 -- Allowed comma separators for decimal fractions in parse_duration().

This commit is contained in:
Farhaan Bukhsh
2019-11-27 08:14:00 +01:00
committed by Mariusz Felisiak
parent cab3661832
commit 42b23d1e79
4 changed files with 12 additions and 2 deletions

View File

@@ -256,6 +256,9 @@ Utilities
* :func:`~django.utils.encoding.filepath_to_uri` now supports
:class:`pathlib.Path`.
* :func:`~django.utils.dateparse.parse_duration` now supports comma separators
for decimal fractions in the ISO 8601 format.
Validators
~~~~~~~~~~