typeddjango / djangorestframework-stubs

PEP-484 stubs for django-rest-framework
MIT License
439 stars 115 forks source link

[3.15] Add construct_search function queryset argument for SearchFilter #574

Closed JaeHyuckSa closed 5 months ago

JaeHyuckSa commented 5 months ago

I have made things!

I added the queryset argument in the construct_search function of the SearchFilter in DRF version 3.15.

Related issues

Upstream PR: https://github.com/encode/django-rest-framework/pull/9017