Fixed another ReST bug in template docs from [969]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@971 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
81fd300a4e
commit
62db7c5c94
|
@ -508,7 +508,8 @@ Built-in tag reference
|
||||||
H Hour, 24-hour format. ``'00'`` to ``'23'``
|
H Hour, 24-hour format. ``'00'`` to ``'23'``
|
||||||
i Minutes. ``'00'`` to ``'59'``
|
i Minutes. ``'00'`` to ``'59'``
|
||||||
I Not implemented.
|
I Not implemented.
|
||||||
j Day of the month without leading zeros. ``'1'`` to ``'31'``
|
j Day of the month without leading ``'1'`` to ``'31'``
|
||||||
|
zeros.
|
||||||
l Day of the week, textual, long. ``'Friday'``
|
l Day of the week, textual, long. ``'Friday'``
|
||||||
L Boolean for whether it's a leap year. ``True`` or ``False``
|
L Boolean for whether it's a leap year. ``True`` or ``False``
|
||||||
m Month, 2 digits with leading zeros. ``'01'`` to ``'12'``
|
m Month, 2 digits with leading zeros. ``'01'`` to ``'12'``
|
||||||
|
|
Loading…
Reference in New Issue