#16452 closed Uncategorized (fixed)
Documentation does not state that DATE_INPUT_FORMATS setting is ignored if USE_L10N is set to True
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.3 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
The settings documentation does not inform the reader that setting USE_L10N to True will cause DATE_INPUT_FORMATS setting to be ignored, as it does for other date format settings.
Attachments (2)
Change History (6)
by , 14 years ago
| Attachment: | DATE_INPUT_FORMATS_L10N_patch.txt added |
|---|
comment:1 by , 14 years ago
| Patch needs improvement: | set |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
Should add the message to the other two related settings too.
by , 14 years ago
| Attachment: | DATE_TIME_INPUT_FORMATS_L10N_patch_2.txt added |
|---|
Updated patch that adds appropriate language to various settings.
comment:2 by , 14 years ago
| Patch needs improvement: | unset |
|---|---|
| Triage Stage: | Accepted → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
Patch