Skip to content

Instantly share code, notes, and snippets.

@dorosch
Last active March 23, 2020 07:41
Show Gist options
  • Save dorosch/b5f92692be67c389aef0dd0e2aaf2137 to your computer and use it in GitHub Desktop.
Save dorosch/b5f92692be67c389aef0dd0e2aaf2137 to your computer and use it in GitHub Desktop.
Base in-filters django filters
from django_filters import filters as django_filters
class CharInFilter(django_filters.BaseInFilter, django_filters.CharFilter):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment