Fixed incorrect path to MultipleObjectMixin in docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14611 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Luke Plant 2010-11-18 01:53:38 +00:00
parent a205fe9378
commit 9cebb526f2
1 changed files with 1 additions and 1 deletions

View File

@ -975,7 +975,7 @@ ListView
**Mixins**
* :class:`django.views.generic.base.MultipleObjectMixin`
* :class:`django.views.generic.list.MultipleObjectMixin`
* :class:`django.views.generic.list.MultipleObjectTemplateResponseMixin`