.coveragerc_dj22
.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
mkdocs.yml
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/discussion.md
.github/ISSUE_TEMPLATE/feature_request.md
ci/azure-pipelines.yml
docs/guide.md
docs/index.md
docs/security.md
docs/upgrade/1.0.md
docs/upgrade/1.4.md
docs/upgrade/2.0.md
docs/upgrade/3.0.md
src/djangorestframework_api_key.egg-info/PKG-INFO
src/djangorestframework_api_key.egg-info/SOURCES.txt
src/djangorestframework_api_key.egg-info/dependency_links.txt
src/djangorestframework_api_key.egg-info/requires.txt
src/djangorestframework_api_key.egg-info/top_level.txt
src/rest_framework_api_key/__init__.py
src/rest_framework_api_key/admin.py
src/rest_framework_api_key/apps.py
src/rest_framework_api_key/crypto.py
src/rest_framework_api_key/models.py
src/rest_framework_api_key/permissions.py
src/rest_framework_api_key/py.typed
src/rest_framework_api_key/migrations/0001_initial.py
src/rest_framework_api_key/migrations/0002_auto_20190529_2243.py
src/rest_framework_api_key/migrations/0003_auto_20190623_1952.py
src/rest_framework_api_key/migrations/0004_prefix_hashed_key.py
src/rest_framework_api_key/migrations/0005_auto_20220110_1102.py
src/rest_framework_api_key/migrations/__init__.py
test_project/README.md
test_project/__init__.py
test_project/manage.py
test_project/heroes/__init__.py
test_project/heroes/admin.py
test_project/heroes/apps.py
test_project/heroes/models.py
test_project/heroes/permissions.py
test_project/heroes/migrations/0001_initial.py
test_project/heroes/migrations/0002_prefix_hashed_key.py
test_project/heroes/migrations/0003_alter_hero_id.py
test_project/heroes/migrations/0004_auto_20220110_1102.py
test_project/heroes/migrations/__init__.py
test_project/project/__init__.py
test_project/project/settings.py
test_project/project/urls.py
test_project/project/views.py
test_project/project/wsgi.py
tests/__init__.py
tests/conftest.py
tests/dateutils.py
tests/test_admin.py
tests/test_checks.py
tests/test_compatibility.py
tests/test_hashers.py
tests/test_legacy_key_generator.py
tests/test_migrations.py
tests/test_model.py
tests/test_permissions.py
tests/test_permissions_combination.py
tests/test_permissions_custom.py
tests/test_test_project.py
tools/install_django.sh
tools/makemigrations.py