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:33 -0500 |
| commit | 2109975e901440da70e29d0f330a600bc2d37e9a (patch) | |
| tree | 236db5f54c0c446c852102c06ea31eb97f5e8100 /docs | |
| parent | 359be4460e89e325fb2969b1f231c9507d1c116b (diff) | |
Refs #26217 -- Fixed typo in docs/ref/class-based-views/generic-date-based.txt.
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 9ee87d67d5..7b50d099ba 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**:: |
