1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
LICENSE
MANIFEST.in
README.md
README.txt
setup.py
drf_flex_fields.egg-info/PKG-INFO
drf_flex_fields.egg-info/SOURCES.txt
drf_flex_fields.egg-info/dependency_links.txt
drf_flex_fields.egg-info/top_level.txt
rest_flex_fields/__init__.py
rest_flex_fields/filter_backends.py
rest_flex_fields/serializers.py
rest_flex_fields/utils.py
rest_flex_fields/views.py
tests/__init__.py
tests/settings.py
tests/test_flex_fields_model_serializer.py
tests/test_serializer.py
tests/test_utils.py
tests/test_views.py
tests/urls.py
tests/testapp/__init__.py
tests/testapp/apps.py
tests/testapp/models.py
tests/testapp/serializers.py
tests/testapp/views.py
|