Fixed #17535 -- Optimized list generic views.
When allow_empty is False, prevented the view from loading the entire queryset in memory when pagination is enabled.
Loading
Please register or sign in to comment
When allow_empty is False, prevented the view from loading the entire queryset in memory when pagination is enabled.