From 3760e7a1e0bd6b784ad9330ad292c2c1d3c15a88 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Wed, 9 Jan 2008 07:32:05 +0000 Subject: [PATCH] Fixed #6345 -- Django supports week numbers all the way up to 53, not just 23. Thanks, djoume. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7007 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/templates.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates.txt b/docs/templates.txt index 5b8eb13db0..c351c951c9 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -953,7 +953,7 @@ Available format strings: U Not implemented. w Day of the week, digits without ``'0'`` (Sunday) to ``'6'`` (Saturday) leading zeros. - W ISO-8601 week number of year, with ``1``, ``23`` + W ISO-8601 week number of year, with ``1``, ``53`` weeks starting on Monday. y Year, 2 digits. ``'99'`` Y Year, 4 digits. ``'1999'``