From 42b23d1e79b21ddd8abd7216a6771f105dd7062c Mon Sep 17 00:00:00 2001 From: Farhaan Bukhsh Date: Wed, 27 Nov 2019 08:14:00 +0100 Subject: Refs #30803 -- Allowed comma separators for decimal fractions in parse_duration(). --- docs/ref/utils.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 09b174c1ce..8aa8c3403d 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -154,6 +154,11 @@ The functions defined in this module share the following properties: 8601 (e.g. ``P4DT1H15M20S`` which is equivalent to ``4 1:15:20``) or PostgreSQL's day-time interval format (e.g. ``3 days 04:05:06``). + .. versionchanged:: 3.1 + + Support for comma separators for decimal fractions in the ISO 8601 + format was added. + ``django.utils.decorators`` =========================== -- cgit v1.3