Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly export all the filters from the rest_framework module #18

Merged
merged 2 commits into from
Mar 28, 2023

Conversation

palfrey
Copy link
Contributor

@palfrey palfrey commented Mar 18, 2023

Fixes #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
Copy link

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

@DavisRayM DavisRayM merged commit b04f746 into DavisRayM:master Mar 28, 2023
@palfrey palfrey deleted the explicit-rf-filter-export branch March 28, 2023 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filters from django_filters.filters should be available from django_filters.rest_framework
3 participants