LICENCE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
./drf_file_upload/__init__.py
./drf_file_upload/admin.py
./drf_file_upload/apps.py
./drf_file_upload/cleanup.py
./drf_file_upload/fields.py
./drf_file_upload/filenames.py
./drf_file_upload/models.py
./drf_file_upload/serializers.py
./drf_file_upload/settings.py
./drf_file_upload/urls.py
./drf_file_upload/views.py
./drf_file_upload/migrations/0001_initial.py
./drf_file_upload/migrations/0002_authenticateduploadedfile_uuid.py
./drf_file_upload/migrations/0003_auto_20210420_2323.py
./drf_file_upload/migrations/0004_auto_20220727_1550.py
./drf_file_upload/migrations/__init__.py
./tests/__init__.py
./tests/models.py
./tests/serializers.py
./tests/test_settings.py
./tests/urls.py
./tests/views.py
./tests/tests/__init__.py
./tests/tests/base_test.py
./tests/tests/factory.py
./tests/tests/test_delete_expired_uploaded_files.py
./tests/tests/test_it_anonymous_upload.py
./tests/tests/test_it_authenticated_upload.py
./tests/tests/test_spectacular_schema.py
./tests/tests/test_unit_anonymous_upload_serializers.py
./tests/tests/test_unit_authenticated_upload_serializers.py
./tests/tests/test_uploaded_file_field.py
drf_file_upload/__init__.py
drf_file_upload/admin.py
drf_file_upload/apps.py
drf_file_upload/cleanup.py
drf_file_upload/fields.py
drf_file_upload/filenames.py
drf_file_upload/models.py
drf_file_upload/serializers.py
drf_file_upload/settings.py
drf_file_upload/urls.py
drf_file_upload/views.py
drf_file_upload.egg-info/PKG-INFO
drf_file_upload.egg-info/SOURCES.txt
drf_file_upload.egg-info/dependency_links.txt
drf_file_upload.egg-info/top_level.txt
drf_file_upload/migrations/0001_initial.py
drf_file_upload/migrations/0002_authenticateduploadedfile_uuid.py
drf_file_upload/migrations/0003_auto_20210420_2323.py
drf_file_upload/migrations/0004_auto_20220727_1550.py
drf_file_upload/migrations/__init__.py
tests/__init__.py
tests/models.py
tests/serializers.py
tests/test_settings.py
tests/urls.py
tests/views.py
tests/tests/__init__.py
tests/tests/base_test.py
tests/tests/factory.py
tests/tests/test_delete_expired_uploaded_files.py
tests/tests/test_it_anonymous_upload.py
tests/tests/test_it_authenticated_upload.py
tests/tests/test_spectacular_schema.py
tests/tests/test_unit_anonymous_upload_serializers.py
tests/tests/test_unit_authenticated_upload_serializers.py
tests/tests/test_uploaded_file_field.py