You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds DjangoFilterBackend option for filter_backends (#154)
* Support DjangoFilterBackend for filter_backends
* Add django-filter requirement to setup.py
* Redo base filter as protocol
* Add standard BaseFilterBackend as an option
* Try doing model type work on BaseFilterProtocol
* Update generics.pyi
* Add invariant type variable for BaseFilterProtocol
* Add type variable to BaseFilterProtocol
Co-authored-by: Nikita Sobolev <[email protected]>
0 commit comments