Fixed #17685 - Typo in BaseDateListView.get_dated_items(); thanks ejb.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17548 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
7dd0ceba2e
commit
25a68c6574
|
@ -794,11 +794,11 @@ BaseDateListView
|
||||||
|
|
||||||
.. method:: get_dated_items():
|
.. method:: get_dated_items():
|
||||||
|
|
||||||
Returns a 3-tuple containing (``date_list``, ``latest``,
|
Returns a 3-tuple containing (``date_list``, ``object_list``,
|
||||||
``extra_context``).
|
``extra_context``).
|
||||||
|
|
||||||
``date_list`` is the list of dates for which data is available.
|
``date_list`` is the list of dates for which data is available.
|
||||||
``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.views.generic.list.MultipleObjectMixin`.
|
:class:`~django.views.generic.list.MultipleObjectMixin`.
|
||||||
|
|
Loading…
Reference in New Issue