mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #30803 -- Allowed comma separators for milliseconds in django.utils.dateparse functions.
Co-Authored-By: Ben Wilber <benwilber@gmail.com>
This commit is contained in:
parent
42b23d1e79
commit
1f817daa20
4 changed files with 25 additions and 7 deletions
|
@ -259,6 +259,11 @@ Utilities
|
|||
* :func:`~django.utils.dateparse.parse_duration` now supports comma separators
|
||||
for decimal fractions in the ISO 8601 format.
|
||||
|
||||
* :func:`~django.utils.dateparse.parse_datetime`,
|
||||
:func:`~django.utils.dateparse.parse_duration`, and
|
||||
:func:`~django.utils.dateparse.parse_time` now support comma separators for
|
||||
milliseconds.
|
||||
|
||||
Validators
|
||||
~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue