AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE.rst
MANIFEST.in
README.rst
requirements-dev.txt
requirements.txt
setup.py
drf_bulk_compat_writable_nested.egg-info/PKG-INFO
drf_bulk_compat_writable_nested.egg-info/SOURCES.txt
drf_bulk_compat_writable_nested.egg-info/dependency_links.txt
drf_bulk_compat_writable_nested.egg-info/requires.txt
drf_bulk_compat_writable_nested.egg-info/top_level.txt
rest_framework_bulk/__init__.py
rest_framework_bulk/generics.py
rest_framework_bulk/mixins.py
rest_framework_bulk/models.py
rest_framework_bulk/routes.py
rest_framework_bulk/serializers.py
rest_framework_bulk/drf2/__init__.py
rest_framework_bulk/drf2/mixins.py
rest_framework_bulk/drf2/serializers.py
rest_framework_bulk/drf3/__init__.py
rest_framework_bulk/drf3/mixins.py
rest_framework_bulk/drf3/serializers.py
tests/__init__.py
tests/test_generics.py
tests/simple_app/__init__.py
tests/simple_app/models.py
tests/simple_app/serializers.py
tests/simple_app/urls.py
tests/simple_app/views.py