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

add NumberInFilter for django_filters #98

Draft
wants to merge 1 commit into
base: numberinfilter
Choose a base branch
from

Conversation

joshuadavidthomas
Copy link
Member

  • add ability to change how the search is performed
    • a simple pattern I like is defining a search method on either a model's custom QuerySet or Manager
    • Maybe a check for if the queryset has that method, if so call it, otherwise fall back to the simple filter like it currently is?
  • some tests

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.

1 participant