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:
committed by
Mariusz Felisiak
parent
cab3661832
commit
42b23d1e79
@@ -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
|
||||
~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user