#19119 closed Bug (fixed)
Typo in a documentation example
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.4 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
At Forms DateField documentation
in the second example box of input_formats the first line goes:
'%b %m %d', # 'Oct 25 2006'
This should be either
'%b %m %d', # 'Oct 25 06'
or
'%b %m %Y', # 'Oct 25 2006'
Also under these examples would be beneficial to add link where the list of date modifiers could be found
Change History (3)
comment:1 by , 13 years ago
| Easy pickings: | set |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
| Type: | Uncategorized → Bug |
comment:2 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 10dc4797eadc1868c794c746953036c87ed0ea73: