Closed paoloose closed 1 month ago
applicable_filters and applicable_exclusions are of type type(self.view.query_object). For better consistency, we should return an empty query object instead of an empty list.
applicable_filters
applicable_exclusions
type(self.view.query_object)
applicable_filters
andapplicable_exclusions
are of typetype(self.view.query_object)
. For better consistency, we should return an empty query object instead of an empty list.