DavisRayM / django-filter-stubs

PEP-484 stubs for django-filter
MIT License
7 stars 3 forks source link

Explicitly export all the filters from the rest_framework module #18

Closed palfrey closed 1 year ago

palfrey commented 1 year ago

Fixes https://github.com/DavisRayM/django-filter-stubs/issues/11

In theory, you should be able to do some sort of magic with dir and maps rather than this mess of copy/paste, but it doesn't seem to work for .pyi files :(

thanksyouall commented 1 year ago

@DavisRayM We really need this. Check this pr, please :)