diff options
| author | varunkasyap <varunkasyap@hotmail.com> | 2025-11-22 17:54:05 +0530 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-12-17 10:19:05 -0500 |
| commit | 0d8548e5831bc610102d5e4b8a2366f26818a28a (patch) | |
| tree | 66afb67472c108cc8301716f2b1bd7037bc63af5 /docs/releases/6.1.txt | |
| parent | 6cc1231285a20b11058143f8cb0a6b4b3999b23a (diff) | |
Fixed #36747 -- Parsed weeks from ISO 8601 format in parse_duration().
Diffstat (limited to 'docs/releases/6.1.txt')
| -rw-r--r-- | docs/releases/6.1.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/6.1.txt b/docs/releases/6.1.txt index a392b3d755..4036514984 100644 --- a/docs/releases/6.1.txt +++ b/docs/releases/6.1.txt @@ -321,7 +321,8 @@ URLs Utilities ~~~~~~~~~ -* ... +* :func:`~django.utils.dateparse.parse_duration` now supports ISO 8601 + durations expressed in weeks (``PnW``). Validators ~~~~~~~~~~ |
