#14085: DATE_FORMAT, TIME_FORMAT etc. docs should have a link to allowed
formatting
strings
---------------------------+------------------------------------------------
Reporter: Miikka | Owner: nobody
Status: new | Milestone:
Component: Documentation | Version: 1.2
Keywords: | Stage: Unreviewed
Has_patch: 0 |
---------------------------+------------------------------------------------
From the page http://docs.djangoproject.com/en/dev/ref/settings/#date-
format:
{{{
DATE_FORMAT
Default: 'N j, Y' (e.g. Feb. 4, 2003)
The default formatting to use for displaying date fields in any part of
the system.
Note that if USE_L10N is set to True, then the locale-dictated format has
higher
precedence and will be applied instead. See allowed date format strings.
}}}
I gather "allowed date format strings" should be a link to
[http://docs.djangoproject.com/en/dev/ref/templates/builtins/#now now
template tag documentation], but it isn't a link at all. Same goes for
DATETIME_FORMAT, TIME_FORMAT and all the other date/time formatting
related settings.
--
Ticket URL: <http://code.djangoproject.com/ticket/14085>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.