mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #20545 - Made class-based view MRO lists consistent.
Thanks wim@ for the suggestion.
This commit is contained in:
parent
c9d07d251f
commit
c36b75c814
4 changed files with 0 additions and 13 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue