Skip to content

Commit

Permalink
Fixed #17685 - Typo in BaseDateListView.get_dated_items(); thanks ejb.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17548 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
timgraham committed Feb 18, 2012
1 parent 7dd0ceb commit 25a68c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ref/class-based-views.txt
Expand Up @@ -794,11 +794,11 @@ BaseDateListView

.. method:: get_dated_items():

Returns a 3-tuple containing (``date_list``, ``latest``,
Returns a 3-tuple containing (``date_list``, ``object_list``,
``extra_context``).

``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
provided by the
:class:`~django.views.generic.list.MultipleObjectMixin`.
Expand Down

0 comments on commit 25a68c6

Please sign in to comment.