Django

Code

Changeset 7007

Show
Ignore:
Timestamp:
01/09/08 01:32:05 (8 months ago)
Author:
mtredinnick
Message:

Fixed #6345 -- Django supports week numbers all the way up to 53, not just 23.
Thanks, djoume.

Files:

Legend:

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

    r7002 r7007  
    954954    w                 Day of the week, digits without           ``'0'`` (Sunday) to ``'6'`` (Saturday) 
    955955                      leading zeros. 
    956     W                 ISO-8601 week number of year, with        ``1``, ``23`` 
     956    W                 ISO-8601 week number of year, with        ``1``, ``53`` 
    957957                      weeks starting on Monday. 
    958958    y                 Year, 2 digits.                           ``'99'``