#18490 closed Bug (fixed)
Datefield input format options don't match the docs
| Reported by: | Owned by: | Dan Loewenherz | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.4 |
| Severity: | Normal | Keywords: | date input format |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | yes |
| Easy pickings: | yes | UI/UX: | no |
Description
This commit https://github.com/django/django/commit/4e0aa65d16e86cb426c49e33511bf013a47c4fbb removed many of the input formats for the different locales. However the docs still list the complete (for the en locale) set of options.
Change History (7)
comment:1 by , 13 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|---|
| Type: | Uncategorized → Bug |
comment:2 by , 13 years ago
comment:3 by , 13 years ago
| Has patch: | set |
|---|
Yes, it is, but don't forget to set the "has patch" flag.
comment:4 by , 13 years ago
| Patch needs improvement: | set |
|---|
The patch reflects the behavior if settings.USE_L10N = True but the docs are correct if USE_L10N = False
comment:5 by , 13 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Updated the patch to specify that additional default formats are available with USE_L10N = False.
comment:6 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Is a Github pull request sufficient as a patch?
https://github.com/django/django/pull/191