class documentation

A base class from which all filter backend classes should inherit.

Method filter_queryset Return a filtered queryset.
Method get_schema_fields Undocumented
Method get_schema_operation_parameters Undocumented
def filter_queryset(self, request, queryset, view): (source)
def get_schema_fields(self, view): (source)
def get_schema_operation_parameters(self, view): (source)