Commit 9cebb526 authored by Luke Plant's avatar Luke Plant
Browse files

Fixed incorrect path to MultipleObjectMixin in docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14611 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent a205fe93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -975,7 +975,7 @@ ListView

    **Mixins**

      * :class:`django.views.generic.base.MultipleObjectMixin`
      * :class:`django.views.generic.list.MultipleObjectMixin`
      * :class:`django.views.generic.list.MultipleObjectTemplateResponseMixin`