Fixed typo in docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14651 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
d4c6abcbd1
commit
e364f9ca7a
|
@ -779,7 +779,7 @@ BaseDateListView
|
||||||
``object_list`` is the list of objects ``extra_context`` is a
|
``object_list`` is the list of objects ``extra_context`` is a
|
||||||
dictionary of context data that will be added to any context data
|
dictionary of context data that will be added to any context data
|
||||||
provided by the
|
provided by the
|
||||||
:class:`~django.db.views.generic.list.MultiplObjectMixin`.
|
:class:`~django.views.generic.list.MultipleObjectMixin`.
|
||||||
|
|
||||||
.. method:: get_dated_queryset(**lookup)
|
.. method:: get_dated_queryset(**lookup)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue