Loading docs/ref/class-based-views/generic-date-based.txt +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ ArchiveIndexView month or day using the attribute ``date_list_period``. This also applies to all subclass views. **Example myapp/views.py**:: **Example myapp/urls.py**:: from django.conf.urls import patterns, url from django.views.generic.dates import ArchiveIndexView Loading Loading
docs/ref/class-based-views/generic-date-based.txt +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ ArchiveIndexView month or day using the attribute ``date_list_period``. This also applies to all subclass views. **Example myapp/views.py**:: **Example myapp/urls.py**:: from django.conf.urls import patterns, url from django.views.generic.dates import ArchiveIndexView Loading