mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Refs #30803 -- Allowed comma separators for decimal fractions in parse_duration().
This commit is contained in:
parent
cab3661832
commit
42b23d1e79
4 changed files with 12 additions and 2 deletions
|
@ -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
|
||||
~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue