1
0
mirror of https://github.com/django/django.git synced 2025-03-31 11:37:06 +00:00

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:
Luke Plant 2010-11-20 20:40:16 +00:00
parent d4c6abcbd1
commit e364f9ca7a

View File

@ -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)