Opened 12 years ago

Closed 12 years ago

#17532 closed Cleanup/optimization (duplicate)

Fix documentaion for forms.DateField default input_formats

Reported by: jamesdabbs@… Owned by: nobody
Component: Documentation Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

r13039 removed the locale-dependent %b / %B directives from the default input_formats for forms.DateField, but the documentation still lists them as defaults. The attached patch updates the documentation to reflect the current defaults.

Attachments (1)

patch.diff (877 bytes ) - added by jamesdabbs@… 12 years ago.

Download all attachments as: .zip

Change History (2)

by jamesdabbs@…, 12 years ago

Attachment: patch.diff added

comment:1 by Karen Tracey, 12 years ago

Resolution: duplicate
Status: newclosed

The doc is actually correct for the USE_L10N=False case. The doc failing to describe that correctly is covered by #14294.

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