Commit e364f9ca authored by Luke Plant's avatar Luke Plant
Browse files

Fixed typo in docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14651 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent d4c6abcb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -779,7 +779,7 @@ BaseDateListView
        ``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.db.views.generic.list.MultiplObjectMixin`.
        :class:`~django.views.generic.list.MultipleObjectMixin`.

    .. method:: get_dated_queryset(**lookup)