diff options
| author | Michal Petrucha <michal.petrucha@koniiiik.org> | 2016-03-06 00:47:26 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-05 19:40:48 -0500 |
| commit | d38da1cc401f61ff06aeda31e2b1b1f3be242efd (patch) | |
| tree | 0f1fc0aed655726d6e1404f8308faa525fa577e6 /docs | |
| parent | 72134a04004271a0bd3e853cca3f54f9efc68be2 (diff) | |
[1.9.x] Refs #26217 -- Fixed typo in docs/ref/class-based-views/generic-date-based.txt.
Backport of 2109975e901440da70e29d0f330a600bc2d37e9a from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/class-based-views/generic-date-based.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/class-based-views/generic-date-based.txt b/docs/ref/class-based-views/generic-date-based.txt index 8e93182bae..0aab34b375 100644 --- a/docs/ref/class-based-views/generic-date-based.txt +++ b/docs/ref/class-based-views/generic-date-based.txt @@ -339,7 +339,7 @@ views for displaying drilldown pages for date-based data. * ``'%U'``: Based on the United States week system where the week begins on Sunday. This is the default value. - * ``'%V'``: Similar to ``'%U'``, except it assumes that the week + * ``'%W'``: Similar to ``'%U'``, except it assumes that the week begins on Monday. This is not the same as the ISO 8601 week number. **Example myapp/views.py**:: |
