.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
runtests.py
.github/workflows/pypi-publish.yml
docs/dev/custom_version_meta.md
docs/todo/TODO.md
docs/todo/custom_is_active_field.md
docs/tutorials/README.md
drf_versioned_models/__init__.py
drf_versioned_models/apps.py
drf_versioned_models/models.py
drf_versioned_models/routers.py
drf_versioned_models/serializers.py
drf_versioned_models/viewsets.py
drf_versioned_models.egg-info/PKG-INFO
drf_versioned_models.egg-info/SOURCES.txt
drf_versioned_models.egg-info/dependency_links.txt
drf_versioned_models.egg-info/requires.txt
drf_versioned_models.egg-info/top_level.txt
example/.gitignore
example/__init__.py
example/manage.py
example/requirements.txt
example/courses/__init__.py
example/courses/admin.py
example/courses/apps.py
example/courses/models.py
example/courses/serializers.py
example/courses/tests.py
example/courses/urls.py
example/courses/views.py
example/courses/fixtures/courses.json
example/courses/migrations/0001_initial.py
example/courses/migrations/__init__.py
example/example/__init__.py
example/example/asgi.py
example/example/settings.py
example/example/urls.py
example/example/wsgi.py
example/products/__init__.py
example/products/admin.py
example/products/apps.py
example/products/models.py
example/products/tests.py
example/products/views.py
example/products/migrations/0001_initial.py
example/products/migrations/__init__.py
tests/__init__.py
tests/models.py
tests/serializers.py
tests/settings.py
tests/test_apps.py
tests/test_models.py
tests/test_routers.py
tests/test_serializers.py
tests/test_viewsets.py
tests/urls.py
tests/views.py
tests/fixtures/examples.json