LICENSE
MANIFEST.in
README.md
setup.py
dj_rest_filters.egg-info/PKG-INFO
dj_rest_filters.egg-info/SOURCES.txt
dj_rest_filters.egg-info/dependency_links.txt
dj_rest_filters.egg-info/not-zip-safe
dj_rest_filters.egg-info/requires.txt
dj_rest_filters.egg-info/top_level.txt
djfilters/__init__.py
djfilters/apps.py
djfilters/backend.py
djfilters/compat.py
djfilters/filters/__init__.py
djfilters/filters/fields.py
djfilters/filters/filters.py
djfilters/templates/djfilters/vertical/checkbox.html
djfilters/templates/djfilters/vertical/checkbox_multiple.html
djfilters/templates/djfilters/vertical/dict_field.html
djfilters/templates/djfilters/vertical/fieldset.html
djfilters/templates/djfilters/vertical/form.html
djfilters/templates/djfilters/vertical/input.html
djfilters/templates/djfilters/vertical/list_field.html
djfilters/templates/djfilters/vertical/list_fieldset.html
djfilters/templates/djfilters/vertical/radio.html
djfilters/templates/djfilters/vertical/select.html
djfilters/templates/djfilters/vertical/select_multiple.html
djfilters/templates/djfilters/vertical/textarea.html
tests/__init__.py
tests/base.py
tests/filters.py
tests/models.py
tests/test_backend.py
tests/test_filters.py
tests/test_model_filters.py
tests/test_settings.py
tests/views.py