mirror of
https://github.com/django/django.git
synced 2025-08-05 03:18:16 +00:00
Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based.txt.
This commit is contained in:
parent
a6222af0ed
commit
14aff0bd82
1 changed files with 1 additions and 1 deletions
|
@ -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 url
|
from django.conf.urls import url
|
||||||
from django.views.generic.dates import ArchiveIndexView
|
from django.views.generic.dates import ArchiveIndexView
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue