Fixed #20545 - Made class-based view MRO lists consistent.

Thanks wim@ for the suggestion.
This commit is contained in:
Tim Graham 2013-06-03 10:06:48 -04:00
parent c9d07d251f
commit c36b75c814
4 changed files with 0 additions and 13 deletions

View file

@ -77,7 +77,6 @@ ListView
This view inherits methods and attributes from the following views:
* :class:`django.views.generic.list.ListView`
* :class:`django.views.generic.list.MultipleObjectTemplateResponseMixin`
* :class:`django.views.generic.base.TemplateResponseMixin`
* :class:`django.views.generic.list.BaseListView`