Django

Code

Changeset 971

Show
Ignore:
Timestamp:
10/20/05 00:32:49 (3 years ago)
Author:
adrian
Message:

Fixed another ReST bug in template docs from [969]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/templates.txt

    r970 r971  
    509509    i                 Minutes.                                ``'00'`` to ``'59'`` 
    510510    I                 Not implemented. 
    511     j                 Day of the month without leading zeros. ``'1'`` to ``'31'`` 
     511    j                 Day of the month without leading        ``'1'`` to ``'31'`` 
     512                      zeros. 
    512513    l                 Day of the week, textual, long.         ``'Friday'`` 
    513514    L                 Boolean for whether it's a leap year.   ``True`` or ``False``