.gitignore
CHANGELOG
LICENSE
MANIFEST.in
README.md
manage.py
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/python.yml
src/djangorestframework_guardian2.egg-info/PKG-INFO
src/djangorestframework_guardian2.egg-info/SOURCES.txt
src/djangorestframework_guardian2.egg-info/dependency_links.txt
src/djangorestframework_guardian2.egg-info/not-zip-safe
src/djangorestframework_guardian2.egg-info/requires.txt
src/djangorestframework_guardian2.egg-info/top_level.txt
src/rest_framework_guardian/__init__.py
src/rest_framework_guardian/filters.py
src/rest_framework_guardian/serializers.py
tests/__init__.py
tests/models.py
tests/settings.py
tests/test_permissions.py
tests/test_serializers.py
tests/utils.py