Changes between Version 1 and Version 2 of Ticket #36585


Ignore:
Timestamp:
Aug 30, 2025, 2:05:40 PM (6 days ago)
Author:
Y3K
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36585

    • Property Summary Add `DateConveter` for path resolvingAdd `DateConverter` for path resolving
  • Ticket #36585 – Description

    v1 v2  
    11(I searched for `Converter` on both tickets and feature submissions, didn't get any meaninful results.)
    22
    3 I believe there is value on having a built in `DateConveter` that follows ISO8601 format for path.
     3I believe there is value on having a built in `DateConverter` that follows ISO8601 format for path.
    44
    55The [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).
Back to Top