Changes between Version 1 and Version 2 of Ticket #36585
- Timestamp:
- Aug 30, 2025, 2:05:40 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36585
- Property Summary Add `DateConveter` for path resolving → Add `DateConverter` for path resolving
-
Ticket #36585 – Description
v1 v2 1 1 (I searched for `Converter` on both tickets and feature submissions, didn't get any meaninful results.) 2 2 3 I believe there is value on having a built in `DateConve ter` that follows ISO8601 format for path.3 I believe there is value on having a built in `DateConverter` that follows ISO8601 format for path. 4 4 5 5 The [https://docs.djangoproject.com/en/5.2/topics/http/urls/#example code example] that Django currently has in the docs does not produce ISO compatible date paths (i.e. month and day are not zero-padded).