.codecov.yml
.coveragerc
.cspell.json
.editorconfig
.gitattributes
.gitignore
.readthedocs.yml
CONTRIBUTING.rst
LICENSE.rst
MANIFEST.in
Procfile
README.rst
app.json
package-lock.json
package.json
pyproject.toml
requirements.txt
runtime.txt
setup.cfg
setup.py
tox.ini
update-ui.sh
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug.md
.github/ISSUE_TEMPLATE/feature.md
.github/PULL_REQUEST_TEMPLATE/general.md
.github/actions/install/action.yml
.github/workflows/publish.yml
.github/workflows/review.yml
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/custom_spec.rst
docs/custom_ui.rst
docs/drf_yasg.rst
docs/index.rst
docs/license.rst
docs/make.bat
docs/openapi.rst
docs/readme.rst
docs/rendering.rst
docs/security.rst
docs/settings.rst
docs/_static/.gitignore
docs/_static/css/style.css
docs/_templates/.gitignore
docs/_templates/layout.html
docs/images/flow.png
requirements/base.txt
requirements/ci.txt
requirements/dev.txt
requirements/docs.txt
requirements/heroku.txt
requirements/lint.txt
requirements/publish.txt
requirements/test.txt
requirements/testproj.txt
requirements/tox.txt
requirements/validation.txt
screenshots/redoc-nested-response.png
screenshots/swagger-ui-list.png
screenshots/swagger-ui-models.png
scripts/linters/labels.js
src/drf_yasg/__init__.py
src/drf_yasg/app_settings.py
src/drf_yasg/codecs.py
src/drf_yasg/errors.py
src/drf_yasg/generators.py
src/drf_yasg/middleware.py
src/drf_yasg/openapi.py
src/drf_yasg/renderers.py
src/drf_yasg/utils.py
src/drf_yasg/views.py
src/drf_yasg.egg-info/PKG-INFO
src/drf_yasg.egg-info/SOURCES.txt
src/drf_yasg.egg-info/dependency_links.txt
src/drf_yasg.egg-info/requires.txt
src/drf_yasg.egg-info/top_level.txt
src/drf_yasg/inspectors/__init__.py
src/drf_yasg/inspectors/base.py
src/drf_yasg/inspectors/field.py
src/drf_yasg/inspectors/query.py
src/drf_yasg/inspectors/view.py
src/drf_yasg/management/__init__.py
src/drf_yasg/management/commands/__init__.py
src/drf_yasg/management/commands/generate_swagger.py
src/drf_yasg/static/drf-yasg/README
src/drf_yasg/static/drf-yasg/immutable.js
src/drf_yasg/static/drf-yasg/immutable.min.js
src/drf_yasg/static/drf-yasg/insQ.js
src/drf_yasg/static/drf-yasg/insQ.min.js
src/drf_yasg/static/drf-yasg/redoc-init.js
src/drf_yasg/static/drf-yasg/style.css
src/drf_yasg/static/drf-yasg/swagger-ui-init.js
src/drf_yasg/static/drf-yasg/redoc/LICENSE
src/drf_yasg/static/drf-yasg/redoc/redoc-logo.png
src/drf_yasg/static/drf-yasg/redoc/redoc.min.js
src/drf_yasg/static/drf-yasg/redoc/redoc.standalone.js.map
src/drf_yasg/static/drf-yasg/redoc-old/LICENSE
src/drf_yasg/static/drf-yasg/redoc-old/redoc.min.js
src/drf_yasg/static/drf-yasg/redoc-old/redoc.min.js.map
src/drf_yasg/static/drf-yasg/swagger-ui-dist/LICENSE
src/drf_yasg/static/drf-yasg/swagger-ui-dist/NOTICE
src/drf_yasg/static/drf-yasg/swagger-ui-dist/absolute-path.js
src/drf_yasg/static/drf-yasg/swagger-ui-dist/favicon-32x32.png
src/drf_yasg/static/drf-yasg/swagger-ui-dist/index.css
src/drf_yasg/static/drf-yasg/swagger-ui-dist/index.js
src/drf_yasg/static/drf-yasg/swagger-ui-dist/oauth2-redirect.html
src/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-initializer.js
src/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui-bundle.js
src/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui-bundle.js.map
src/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui-es-bundle-core.js
src/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui-es-bundle-core.js.map
src/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui-es-bundle.js
src/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui-es-bundle.js.map
src/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui-standalone-preset.js
src/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui-standalone-preset.js.map
src/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui.css
src/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui.css.map
src/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui.js.map
src/drf_yasg/templates/drf-yasg/redoc-old.html
src/drf_yasg/templates/drf-yasg/redoc.html
src/drf_yasg/templates/drf-yasg/swagger-ui.html
testproj/manage.py
testproj/requirements.txt
testproj/articles/__init__.py
testproj/articles/models.py
testproj/articles/serializers.py
testproj/articles/urls.py
testproj/articles/views.py
testproj/articles/migrations/0001_initial.py
testproj/articles/migrations/0002_article_read_only_nullable.py
testproj/articles/migrations/__init__.py
testproj/people/__init__.py
testproj/people/apps.py
testproj/people/models.py
testproj/people/serializers.py
testproj/people/urls.py
testproj/people/views.py
testproj/people/migrations/0001_initial.py
testproj/people/migrations/0002_rename_identity_fields.py
testproj/people/migrations/__init__.py
testproj/snippets/__init__.py
testproj/snippets/admin.py
testproj/snippets/models.py
testproj/snippets/serializers.py
testproj/snippets/urls.py
testproj/snippets/views.py
testproj/snippets/migrations/0001_initial.py
testproj/snippets/migrations/0002_auto_20181219_1016.py
testproj/snippets/migrations/0003_snippetviewer.py
testproj/snippets/migrations/0004_auto_20190613_0154.py
testproj/snippets/migrations/__init__.py
testproj/testproj/__init__.py
testproj/testproj/inspectors.py
testproj/testproj/runner.py
testproj/testproj/urls.py
testproj/testproj/util.py
testproj/testproj/wsgi.py
testproj/testproj/settings/__init__.py
testproj/testproj/settings/base.py
testproj/testproj/settings/heroku.py
testproj/testproj/settings/local.py
testproj/testproj/static/.gitkeep
testproj/testproj/templates/.gitkeep
testproj/todo/__init__.py
testproj/todo/models.py
testproj/todo/serializer.py
testproj/todo/urls.py
testproj/todo/views.py
testproj/todo/migrations/0001_initial.py
testproj/todo/migrations/0002_todotree.py
testproj/todo/migrations/0003_pack.py
testproj/todo/migrations/__init__.py
testproj/users/__init__.py
testproj/users/method_serializers.py
testproj/users/models.py
testproj/users/serializers.py
testproj/users/urls.py
testproj/users/views.py
testproj/users/migrations/0001_create_admin_user.py
testproj/users/migrations/0002_setup_oauth2_apps.py
testproj/users/migrations/__init__.py
tests/conftest.py
tests/reference.yaml
tests/test_form_parameters.py
tests/test_get_basic_type_info_from_hint.py
tests/test_management.py
tests/test_reference_schema.py
tests/test_referenceresolver.py
tests/test_renderer_settings.py
tests/test_schema_generator.py
tests/test_schema_views.py
tests/test_swaggerdict.py
tests/test_versioning.py
tests/urlconfs/__init__.py
tests/urlconfs/additional_fields_checks.py
tests/urlconfs/coreschema.py
tests/urlconfs/legacy_renderer.py
tests/urlconfs/login_test_urls.py
tests/urlconfs/non_public_urls.py
tests/urlconfs/ns_version1.py
tests/urlconfs/ns_version2.py
tests/urlconfs/ns_versioning.py
tests/urlconfs/overrided_serializer_name.py
tests/urlconfs/url_versioning.py
tests/urlconfs/url_versioning_extra.py