[1.7.x] Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based.txt.
Backport of 14aff0bd82
from master
This commit is contained in:
parent
588f66d182
commit
7abb88a19c
|
@ -63,7 +63,7 @@ ArchiveIndexView
|
||||||
month or day using the attribute ``date_list_period``. This also applies
|
month or day using the attribute ``date_list_period``. This also applies
|
||||||
to all subclass views.
|
to all subclass views.
|
||||||
|
|
||||||
**Example myapp/views.py**::
|
**Example myapp/urls.py**::
|
||||||
|
|
||||||
from django.conf.urls import patterns, url
|
from django.conf.urls import patterns, url
|
||||||
from django.views.generic.dates import ArchiveIndexView
|
from django.views.generic.dates import ArchiveIndexView
|
||||||
|
|
Loading…
Reference in New Issue