Files
django-stubs/django-stubs/views
Maarten ter Huurne 060dc3b41a Add object_list to BaseListView (#833)
While `object_list` isn't defined at construction, `BaseListView.get()`
sets it when handling a request, so in practice it is defined whenever
a list view is doing its work.

The Django documentation describes `object_list` as "the list of
objects (usually, but not necessarily a queryset)", so I picked
`Sequence` as the type.

Closes #790
2022-01-28 21:41:30 +03:00
..
2019-02-22 01:50:52 +03:00
2019-12-06 23:36:24 +03:00
2019-02-22 02:55:49 +03:00
2021-07-04 16:16:43 +03:00
2021-04-14 12:59:57 +03:00