#14463 closed (fixed)
"See allowed date format strings" Is not linked
| Reported by: | Brent O'Connor | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.2 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
On the settings page, http://docs.djangoproject.com/en/dev/ref/settings/, all instances where the phrase, "allowed date format strings" appear are not linked to http://docs.djangoproject.com/en/1.2/ref/templates/builtins/#date like they should be.
Change History (3)
comment:1 by , 15 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [14325]) Fixed #14463 -- Fixed links to new location of date/time format specifiers docs.
Thanks epicserve for the report.