Opened 12 years ago

Closed 12 years ago

#17261 closed Cleanup/optimization (worksforme)

Refactor parsing of date and times

Reported by: Aymeric Augustin Owned by: Aymeric Augustin
Component: Core (Other) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Since the merge of the time zone support branch, django.utils.dateparse provides parsing functions for dates and times.

Other parts of Django may take advantage of this module to parse structured dates and times (ISO format or similar).

Change History (3)

comment:1 by Aymeric Augustin, 12 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Aymeric Augustin, 12 years ago

Component: UncategorizedCore (Other)

comment:3 by Aymeric Augustin, 12 years ago

Resolution: worksforme
Status: newclosed

If it ain't broken don't fix it...

Note: See TracTickets for help on using tickets.
Back to Top