1
0
mirror of https://github.com/django/django.git synced 2025-07-20 01:29:11 +00:00

[1.9.x] Refs #26217 -- Fixed typo in docs/ref/class-based-views/generic-date-based.txt.

Backport of 2109975e901440da70e29d0f330a600bc2d37e9a from master
This commit is contained in:
Michal Petrucha 2016-03-06 00:47:26 +01:00 committed by Tim Graham
parent 72134a0400
commit d38da1cc40

View File

@ -339,7 +339,7 @@ views for displaying drilldown pages for date-based data.
* ``'%U'``: Based on the United States week system where the week * ``'%U'``: Based on the United States week system where the week
begins on Sunday. This is the default value. 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. begins on Monday. This is not the same as the ISO 8601 week number.
**Example myapp/views.py**:: **Example myapp/views.py**::