Opened 17 years ago

Closed 17 years ago

#5467 closed (fixed)

Update localflavors to use the generic localflavor DateField from [6208]

Reported by: Jacob Owned by: flother
Component: contrib.localflavor Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

[6208] introduced a generic DateField for localflavors. Existing localflavors need to be updated to use this base class; it'll cut down on a lot of code.

Change History (3)

comment:1 by anonymous, 17 years ago

Owner: changed from nobody to anonymous
Status: newassigned

comment:2 by flother, 17 years ago

Owner: changed from anonymous to flother
Status: assignednew

comment:3 by flother, 17 years ago

Resolution: fixed
Status: newclosed

Resolved as fixed: none of the current local flavours use date fields.

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