.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
runtest.py
setup.cfg
setup.py
django_pfx.egg-info/PKG-INFO
django_pfx.egg-info/SOURCES.txt
django_pfx.egg-info/dependency_links.txt
django_pfx.egg-info/requires.txt
django_pfx.egg-info/top_level.txt
img/pfx.png
img/pfx.svg
pfx/__init__.py
pfx/pfxcore/__init__.py
pfx/pfxcore/apps.py
pfx/pfxcore/exceptions.py
pfx/pfxcore/fields.py
pfx/pfxcore/shortcuts.py
pfx/pfxcore/test.py
pfx/pfxcore/urls.py
pfx/pfxcore/decorator/__init__.py
pfx/pfxcore/decorator/rest.py
pfx/pfxcore/http/__init__.py
pfx/pfxcore/http/json_response.py
pfx/pfxcore/locale/fr/LC_MESSAGES/django.mo
pfx/pfxcore/locale/fr/LC_MESSAGES/django.po
pfx/pfxcore/middleware/__init__.py
pfx/pfxcore/middleware/authentication.py
pfx/pfxcore/middleware/locale.py
pfx/pfxcore/models/__init__.py
pfx/pfxcore/models/cache_mixins.py
pfx/pfxcore/models/pfx_models.py
pfx/pfxcore/models/user_filtered_queryset_mixin.py
pfx/pfxcore/serializers/__init__.py
pfx/pfxcore/serializers/json.py
pfx/pfxcore/storage/__init__.py
pfx/pfxcore/storage/s3_storage.py
pfx/pfxcore/templates/registration/password_reset_email.txt
pfx/pfxcore/templates/registration/password_reset_subject.txt
pfx/pfxcore/templates/registration/welcome_email.txt
pfx/pfxcore/templates/registration/welcome_subject.txt
pfx/pfxcore/views/__init__.py
pfx/pfxcore/views/authentication_views.py
pfx/pfxcore/views/fields.py
pfx/pfxcore/views/filters_views.py
pfx/pfxcore/views/locale_views.py
pfx/pfxcore/views/rest_views.py
tests/__init__.py
tests/models.py
tests/urls.py
tests/views.py
tests/settings/__init__.py
tests/settings/ci.py
tests/settings/common.py
tests/settings/dev.py
tests/settings/dev_custom_example.py
tests/settings/dev_default.py
tests/tests/__init__.py
tests/tests/basic_api_errors.py
tests/tests/basic_api_test.py
tests/tests/test_auth_api.py
tests/tests/test_cache.py
tests/tests/test_fields.py
tests/tests/test_filters.py
tests/tests/test_locale_api.py
tests/tests/test_perm_tests.py
tests/tests/test_perms_api.py
tests/tests/test_shortcuts.py
tests/tests/test_tools.py
tests/tests/test_user_queryset.py
tests/tests/test_view_fields.py