diff options
| author | Timo Graham <timograham@gmail.com> | 2012-02-18 21:40:00 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2012-02-18 21:40:00 +0000 |
| commit | 25a68c65749d16019988bbb7a96b5e8efdb591f6 (patch) | |
| tree | 01d2d92153cc401e00a7bc7928e981121479cf9f /docs/ref | |
| parent | 7dd0ceba2e8413d79c2aaff62733f4631cd3c1e7 (diff) | |
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
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/class-based-views.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/class-based-views.txt b/docs/ref/class-based-views.txt index 692417eae2..e1ff28977d 100644 --- a/docs/ref/class-based-views.txt +++ b/docs/ref/class-based-views.txt @@ -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`. |
