pytoolbox.django_filter.filterset.mixins module

Mix-ins for building your own Django Filter powered filters.

class pytoolbox.django_filter.filterset.mixins.RaiseOnUnhandledFieldClassMixin[source]

Bases: object

Raise an exception when the filter set is unable to find a suitable filter for any of the model fields to filter.

classmethod filter_for_field(f, name, lookup_type='exact')[source]