Opened 8 days ago

Last modified 7 days ago

#36585 closed New feature

Add `DateConverter` for path resolving — at Version 2

Reported by: Y3K Owned by: Y3K
Component: Core (URLs) Version: 5.2
Severity: Normal Keywords: url, path, converter, date, isoformat
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description (last modified by Y3K)

(I searched for Converter on both tickets and feature submissions, didn't get any meaninful results.)

I believe there is value on having a built in DateConverter that follows ISO8601 format for path.

The 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).

Change History (2)

comment:1 by Y3K, 8 days ago

Description: modified (diff)

comment:2 by Y3K, 8 days ago

Description: modified (diff)
Summary: Add `DateConveter` for path resolvingAdd `DateConverter` for path resolving
Note: See TracTickets for help on using tickets.
Back to Top