commonground-api-common 2.1.0__tar.gz → 2.2.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/CHANGELOG.rst +15 -0
- {commonground_api_common-2.1.0/commonground_api_common.egg-info → commonground_api_common-2.2.0}/PKG-INFO +4 -2
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0/commonground_api_common.egg-info}/PKG-INFO +4 -2
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/commonground_api_common.egg-info/SOURCES.txt +5 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/commonground_api_common.egg-info/requires.txt +4 -1
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/setup.cfg +4 -2
- commonground_api_common-2.2.0/tests/test_configuration_steps.py +62 -0
- commonground_api_common-2.2.0/vng_api_common/__init__.py +1 -0
- commonground_api_common-2.2.0/vng_api_common/contrib/setup_configuration/models.py +18 -0
- commonground_api_common-2.2.0/vng_api_common/contrib/setup_configuration/steps.py +23 -0
- commonground_api_common-2.2.0/vng_api_common/notifications/migrations/__init__.py +0 -0
- commonground_api_common-2.2.0/vng_api_common/templatetags/__init__.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/tests/schema.py +2 -1
- commonground_api_common-2.1.0/vng_api_common/__init__.py +0 -1
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/MANIFEST.in +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/README.rst +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/bin/generate_schema +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/bin/patch_content_types +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/bin/use_external_components +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/commonground_api_common.egg-info/dependency_links.txt +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/commonground_api_common.egg-info/not-zip-safe +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/commonground_api_common.egg-info/top_level.txt +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/pyproject.toml +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/setup.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_autorisatie_validation.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_cache_headers.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_check_query_params.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_checks.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_choices.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_content_type_headers.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_filters.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_gegevensgroepen.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_get_resource.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_jwt_decoding.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_jwtsecrets.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_migrations.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_nested_serializer_validation.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_pagination.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_permissions.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_publish_validators.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_schema_root_tags.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_server_errors.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_utils.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_validators.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_views.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/admin.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/api/__init__.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/api/permissions.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/api/serializers.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/api/urls.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/api/views.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/apps.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/__init__.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/admin.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/api/__init__.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/api/scopes.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/api/serializers.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/apps.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/audits.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/0001_initial.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/0002_auto_20190516_0830.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/0003_auto_20190517_0844.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/0004_auto_20190520_1238.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/0005_auto_20190520_1450.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/0006_audittrail_toelichting.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/0007_auto_20190522_0916.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/0008_audittrail_resource_weergave.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/0009_auto_20190712_1643.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/0010_audittrail_request_id.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/0011_auto_20190918_1335.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/0012_auto_20200619_0545.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/0012_remove_audittrail_request_id.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/0013_audittrail_logrecord_id.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/0013_auto_20201207_0846.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/0014_auto_20201221_0905.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/0014_auto_20210323_1654.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/0015_auto_20220318_1608.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/0016_merge_20220607_0517.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/0017_alter_audittrail_bron.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/0018_auto_20221212_0745.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/__init__.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/migrations/_operations.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/models.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/viewsets.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/__init__.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/admin.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/middleware.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/migrations/0001_initial.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/migrations/0002_authorizationsconfig.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/migrations/0003_auto_20190502_0409.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/migrations/0004_auto_20190503_0941.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/migrations/0005_auto_20190506_0842.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/migrations/0006_auto_20190506_0901.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/migrations/0007_auto_20190506_1212.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/migrations/0008_auto_20190712_1541.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/migrations/0009_update_enums.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/migrations/0010_auto_20190712_1643.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/migrations/0011_auto_20191114_0728.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/migrations/0012_auto_20200619_0545.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/migrations/0013_auto_20201207_0846.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/migrations/0014_auto_20201221_0905.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/migrations/0015_auto_20220318_1608.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/migrations/0016_remove_authorizationsconfig_api_root_and_more.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/migrations/__init__.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/models.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/serializers.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/utils.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/authorizations/validators.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/caching/__init__.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/caching/decorators.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/caching/etags.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/caching/introspection.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/caching/models.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/caching/registry.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/caching/signals.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/checks.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/choices.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/client.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/compat.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/conf/__init__.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/conf/api.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/constants.py +0 -0
- {commonground_api_common-2.1.0/vng_api_common/db → commonground_api_common-2.2.0/vng_api_common/contrib}/__init__.py +0 -0
- {commonground_api_common-2.1.0/vng_api_common/inspectors → commonground_api_common-2.2.0/vng_api_common/contrib/setup_configuration}/__init__.py +0 -0
- {commonground_api_common-2.1.0/vng_api_common/management → commonground_api_common-2.2.0/vng_api_common/db}/__init__.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/db/operations.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/decorators.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/descriptors.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/doc.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/exception_handling.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/exceptions.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/fields.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/filters.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/filtersets.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/generators.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/geo.py +0 -0
- {commonground_api_common-2.1.0/vng_api_common/management/commands → commonground_api_common-2.2.0/vng_api_common/inspectors}/__init__.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/inspectors/cache.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/inspectors/fields.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/inspectors/files.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/inspectors/geojson.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/inspectors/polymorphic.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/inspectors/query.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/inspectors/utils.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/inspectors/view.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/locale/nl/LC_MESSAGES/django.mo +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/locale/nl/LC_MESSAGES/django.po +0 -0
- {commonground_api_common-2.1.0/vng_api_common/migrations → commonground_api_common-2.2.0/vng_api_common/management}/__init__.py +0 -0
- {commonground_api_common-2.1.0/vng_api_common/notifications/api → commonground_api_common-2.2.0/vng_api_common/management/commands}/__init__.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/management/commands/generate_autorisaties.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/management/commands/generate_notificaties.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/management/commands/generate_swagger.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/management/commands/patch_error_contenttypes.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/management/commands/use_external_components.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/middleware.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/migrations/0001_initial.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/migrations/0002_apicredential.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/migrations/0003_auto_20190417_1145.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/migrations/0004_auto_20190517_0903.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/migrations/0005_auto_20190614_1346.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/migrations/0006_delete_apicredential.py +0 -0
- {commonground_api_common-2.1.0/vng_api_common/notifications → commonground_api_common-2.2.0/vng_api_common}/migrations/__init__.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/mocks.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/models.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/notifications/__init__.py +0 -0
- {commonground_api_common-2.1.0/vng_api_common/templatetags → commonground_api_common-2.2.0/vng_api_common/notifications/api}/__init__.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/notifications/api/urls.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/notifications/api/views.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/notifications/apps.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/notifications/handlers.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/notifications/migrations/0001_initial.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/notifications/migrations/0002_subscription__subscription.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/notifications/migrations/0003_auto_20190319_1048.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/notifications/migrations/0004_auto_20190325_1313.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/notifications/migrations/0005_fix_default_nrc.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/notifications/migrations/0006_auto_20190417_1142.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/notifications/migrations/0007_auto_20190429_1442.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/notifications/migrations/0008_auto_20190502_0415.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/notifications/migrations/0009_auto_20190729_0427.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/notifications/migrations/0010_auto_20220704_1419.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/notifications/migrations/0011_remove_subscription_config_and_more.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/oas.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/pagination.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/permissions.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/polymorphism.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/routers.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/schema.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/scopes.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/search.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/serializers.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/static/vng_api_common/css/admin/admin_overrides.css +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/static/vng_api_common/css/screen.css +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/static/vng_api_common/ico/favicon.png +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/static/vng_api_common/img/vng.svg +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/static/vng_api_common/libs/fontawesome/LICENSE.txt +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/static/vng_api_common/libs/fontawesome/css/all.css +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/static/vng_api_common/libs/fontawesome/css/all.min.css +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/static/vng_api_common/libs/fontawesome/webfonts/fa-brands-400.eot +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/static/vng_api_common/libs/fontawesome/webfonts/fa-brands-400.svg +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/static/vng_api_common/libs/fontawesome/webfonts/fa-brands-400.ttf +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/static/vng_api_common/libs/fontawesome/webfonts/fa-brands-400.woff +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/static/vng_api_common/libs/fontawesome/webfonts/fa-brands-400.woff2 +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/static/vng_api_common/libs/fontawesome/webfonts/fa-regular-400.eot +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/static/vng_api_common/libs/fontawesome/webfonts/fa-regular-400.svg +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/static/vng_api_common/libs/fontawesome/webfonts/fa-regular-400.ttf +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/static/vng_api_common/libs/fontawesome/webfonts/fa-regular-400.woff +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/static/vng_api_common/libs/fontawesome/webfonts/fa-regular-400.woff2 +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/static/vng_api_common/libs/fontawesome/webfonts/fa-solid-900.eot +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/static/vng_api_common/libs/fontawesome/webfonts/fa-solid-900.svg +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/static/vng_api_common/libs/fontawesome/webfonts/fa-solid-900.ttf +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/static/vng_api_common/libs/fontawesome/webfonts/fa-solid-900.woff +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/static/vng_api_common/libs/fontawesome/webfonts/fa-solid-900.woff2 +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/templates/vng_api_common/admin/base_site.html +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/templates/vng_api_common/api_schema_to_markdown_table.md +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/templates/vng_api_common/autorisaties.md +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/templates/vng_api_common/includes/kanalen_card.html +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/templates/vng_api_common/index.html +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/templates/vng_api_common/master.html +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/templates/vng_api_common/notificaties.md +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/templates/vng_api_common/ref/error_detail.html +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/templates/vng_api_common/ref/scopes.html +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/templates/vng_api_common/view_config.html +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/templatetags/vng_api_common.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/tests/__init__.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/tests/auth.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/tests/caching.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/tests/urls.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/urls.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/utils.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/validators.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/version.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/views.py +0 -0
- {commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/viewsets.py +0 -0
@@ -2,6 +2,21 @@
|
|
2
2
|
Change history
|
3
3
|
==============
|
4
4
|
|
5
|
+
2.2.0 (2024-12-10)
|
6
|
+
------------------
|
7
|
+
|
8
|
+
* Add support for ``django-setup-configuration``, add a ``ConfigurationStep`` for ``JWTSecret``
|
9
|
+
|
10
|
+
2.1.2 (2024-11-29)
|
11
|
+
------------------
|
12
|
+
|
13
|
+
* Version 2.1.1 tagged the incorrect commit (`403494178746fba882208ee7e49f9dd6a2c6c5f6`)
|
14
|
+
|
15
|
+
2.1.1 (2024-11-29)
|
16
|
+
------------------
|
17
|
+
|
18
|
+
* Move zgw-consumers-oas import to related function
|
19
|
+
|
5
20
|
2.1.0 (2024-11-29)
|
6
21
|
------------------
|
7
22
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: commonground-api-common
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.2.0
|
4
4
|
Summary: Commonground API tooling
|
5
5
|
Home-page: https://github.com/maykinmedia/commonground-api-common
|
6
6
|
Author: Maykin Media, VNG-Realisatie
|
@@ -32,7 +32,7 @@ Requires-Dist: isodate
|
|
32
32
|
Requires-Dist: notifications-api-common>=0.3.1
|
33
33
|
Requires-Dist: zgw-consumers>=0.35.1
|
34
34
|
Requires-Dist: oyaml
|
35
|
-
Requires-Dist: PyJWT>=2.1.
|
35
|
+
Requires-Dist: PyJWT>=2.1.1
|
36
36
|
Requires-Dist: requests
|
37
37
|
Requires-Dist: requests-mock
|
38
38
|
Requires-Dist: coreapi
|
@@ -53,6 +53,8 @@ Requires-Dist: freezegun; extra == "tests"
|
|
53
53
|
Requires-Dist: zgw-consumers-oas; extra == "tests"
|
54
54
|
Provides-Extra: testutils
|
55
55
|
Requires-Dist: zgw-consumers-oas; extra == "testutils"
|
56
|
+
Provides-Extra: setup-configuration
|
57
|
+
Requires-Dist: django-setup-configuration>=0.4.0; extra == "setup-configuration"
|
56
58
|
Provides-Extra: pep8
|
57
59
|
Requires-Dist: flake8; extra == "pep8"
|
58
60
|
Provides-Extra: coverage
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: commonground-api-common
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.2.0
|
4
4
|
Summary: Commonground API tooling
|
5
5
|
Home-page: https://github.com/maykinmedia/commonground-api-common
|
6
6
|
Author: Maykin Media, VNG-Realisatie
|
@@ -32,7 +32,7 @@ Requires-Dist: isodate
|
|
32
32
|
Requires-Dist: notifications-api-common>=0.3.1
|
33
33
|
Requires-Dist: zgw-consumers>=0.35.1
|
34
34
|
Requires-Dist: oyaml
|
35
|
-
Requires-Dist: PyJWT>=2.1.
|
35
|
+
Requires-Dist: PyJWT>=2.1.1
|
36
36
|
Requires-Dist: requests
|
37
37
|
Requires-Dist: requests-mock
|
38
38
|
Requires-Dist: coreapi
|
@@ -53,6 +53,8 @@ Requires-Dist: freezegun; extra == "tests"
|
|
53
53
|
Requires-Dist: zgw-consumers-oas; extra == "tests"
|
54
54
|
Provides-Extra: testutils
|
55
55
|
Requires-Dist: zgw-consumers-oas; extra == "testutils"
|
56
|
+
Provides-Extra: setup-configuration
|
57
|
+
Requires-Dist: django-setup-configuration>=0.4.0; extra == "setup-configuration"
|
56
58
|
Provides-Extra: pep8
|
57
59
|
Requires-Dist: flake8; extra == "pep8"
|
58
60
|
Provides-Extra: coverage
|
@@ -18,6 +18,7 @@ tests/test_cache_headers.py
|
|
18
18
|
tests/test_check_query_params.py
|
19
19
|
tests/test_checks.py
|
20
20
|
tests/test_choices.py
|
21
|
+
tests/test_configuration_steps.py
|
21
22
|
tests/test_content_type_headers.py
|
22
23
|
tests/test_filters.py
|
23
24
|
tests/test_gegevensgroepen.py
|
@@ -140,6 +141,10 @@ vng_api_common/caching/registry.py
|
|
140
141
|
vng_api_common/caching/signals.py
|
141
142
|
vng_api_common/conf/__init__.py
|
142
143
|
vng_api_common/conf/api.py
|
144
|
+
vng_api_common/contrib/__init__.py
|
145
|
+
vng_api_common/contrib/setup_configuration/__init__.py
|
146
|
+
vng_api_common/contrib/setup_configuration/models.py
|
147
|
+
vng_api_common/contrib/setup_configuration/steps.py
|
143
148
|
vng_api_common/db/__init__.py
|
144
149
|
vng_api_common/db/operations.py
|
145
150
|
vng_api_common/inspectors/__init__.py
|
@@ -11,7 +11,7 @@ isodate
|
|
11
11
|
notifications-api-common>=0.3.1
|
12
12
|
zgw-consumers>=0.35.1
|
13
13
|
oyaml
|
14
|
-
PyJWT>=2.1.
|
14
|
+
PyJWT>=2.1.1
|
15
15
|
requests
|
16
16
|
requests-mock
|
17
17
|
coreapi
|
@@ -35,6 +35,9 @@ flake8
|
|
35
35
|
[release]
|
36
36
|
bump2version
|
37
37
|
|
38
|
+
[setup-configuration]
|
39
|
+
django-setup-configuration>=0.4.0
|
40
|
+
|
38
41
|
[tests]
|
39
42
|
psycopg2
|
40
43
|
pytest
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[metadata]
|
2
2
|
name = commonground-api-common
|
3
|
-
version = 2.
|
3
|
+
version = 2.2.0
|
4
4
|
description = Commonground API tooling
|
5
5
|
long_description = file: README.rst
|
6
6
|
url = https://github.com/maykinmedia/commonground-api-common
|
@@ -44,7 +44,7 @@ install_requires =
|
|
44
44
|
notifications-api-common>=0.3.1
|
45
45
|
zgw-consumers>=0.35.1
|
46
46
|
oyaml
|
47
|
-
PyJWT>=2.1.
|
47
|
+
PyJWT>=2.1.1
|
48
48
|
requests
|
49
49
|
requests-mock
|
50
50
|
coreapi
|
@@ -81,6 +81,8 @@ tests =
|
|
81
81
|
zgw-consumers-oas
|
82
82
|
testutils =
|
83
83
|
zgw-consumers-oas
|
84
|
+
setup-configuration =
|
85
|
+
django-setup-configuration>=0.4.0
|
84
86
|
pep8 = flake8
|
85
87
|
coverage = pytest-cov
|
86
88
|
docs =
|
@@ -0,0 +1,62 @@
|
|
1
|
+
import pytest
|
2
|
+
from django_setup_configuration.test_utils import execute_single_step
|
3
|
+
|
4
|
+
from vng_api_common.contrib.setup_configuration.steps import JWTSecretsConfigurationStep
|
5
|
+
from vng_api_common.models import JWTSecret
|
6
|
+
|
7
|
+
CONFIG_FILE_PATH = "tests/files/setup_config_jwtsecrets.yaml"
|
8
|
+
|
9
|
+
|
10
|
+
@pytest.mark.django_db
|
11
|
+
def test_execute_configuration_step_success():
|
12
|
+
execute_single_step(JWTSecretsConfigurationStep, yaml_source=CONFIG_FILE_PATH)
|
13
|
+
|
14
|
+
assert JWTSecret.objects.count() == 2
|
15
|
+
|
16
|
+
credential1, credential2 = JWTSecret.objects.all()
|
17
|
+
|
18
|
+
assert credential1.identifier == "user-id"
|
19
|
+
assert credential1.secret == "super-secret"
|
20
|
+
|
21
|
+
assert credential2.identifier == "user-id2"
|
22
|
+
assert credential2.secret == "super-secret2"
|
23
|
+
|
24
|
+
|
25
|
+
@pytest.mark.django_db
|
26
|
+
def test_execute_configuration_step_update_existing():
|
27
|
+
JWTSecret.objects.create(identifier="user-id", secret="old")
|
28
|
+
JWTSecret.objects.create(identifier="user-id2", secret="old2")
|
29
|
+
|
30
|
+
execute_single_step(JWTSecretsConfigurationStep, yaml_source=CONFIG_FILE_PATH)
|
31
|
+
|
32
|
+
assert JWTSecret.objects.count() == 2
|
33
|
+
|
34
|
+
credential1, credential2 = JWTSecret.objects.all()
|
35
|
+
|
36
|
+
assert credential1.identifier == "user-id"
|
37
|
+
assert credential1.secret == "super-secret"
|
38
|
+
|
39
|
+
assert credential2.identifier == "user-id2"
|
40
|
+
assert credential2.secret == "super-secret2"
|
41
|
+
|
42
|
+
|
43
|
+
@pytest.mark.django_db
|
44
|
+
def test_execute_configuration_step_idempotent():
|
45
|
+
def make_assertions():
|
46
|
+
assert JWTSecret.objects.count() == 2
|
47
|
+
|
48
|
+
credential1, credential2 = JWTSecret.objects.all()
|
49
|
+
|
50
|
+
assert credential1.identifier == "user-id"
|
51
|
+
assert credential1.secret == "super-secret"
|
52
|
+
|
53
|
+
assert credential2.identifier == "user-id2"
|
54
|
+
assert credential2.secret == "super-secret2"
|
55
|
+
|
56
|
+
execute_single_step(JWTSecretsConfigurationStep, yaml_source=CONFIG_FILE_PATH)
|
57
|
+
|
58
|
+
make_assertions()
|
59
|
+
|
60
|
+
execute_single_step(JWTSecretsConfigurationStep, yaml_source=CONFIG_FILE_PATH)
|
61
|
+
|
62
|
+
make_assertions()
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "2.2.0"
|
@@ -0,0 +1,18 @@
|
|
1
|
+
from django_setup_configuration.models import ConfigurationModel
|
2
|
+
from pydantic import Field
|
3
|
+
|
4
|
+
from vng_api_common.models import JWTSecret
|
5
|
+
|
6
|
+
|
7
|
+
class SingleJWTSecretConfigurationModel(ConfigurationModel):
|
8
|
+
class Meta:
|
9
|
+
django_model_refs = {
|
10
|
+
JWTSecret: [
|
11
|
+
"identifier",
|
12
|
+
"secret",
|
13
|
+
]
|
14
|
+
}
|
15
|
+
|
16
|
+
|
17
|
+
class JWTSecretsConfigurationModel(ConfigurationModel):
|
18
|
+
items: list[SingleJWTSecretConfigurationModel] = Field(default_factory=list)
|
@@ -0,0 +1,23 @@
|
|
1
|
+
from django_setup_configuration.configuration import BaseConfigurationStep
|
2
|
+
|
3
|
+
from vng_api_common.models import JWTSecret
|
4
|
+
|
5
|
+
from .models import JWTSecretsConfigurationModel
|
6
|
+
|
7
|
+
|
8
|
+
class JWTSecretsConfigurationStep(BaseConfigurationStep[JWTSecretsConfigurationModel]):
|
9
|
+
"""
|
10
|
+
Configure credentials for Applications that need access
|
11
|
+
"""
|
12
|
+
|
13
|
+
verbose_name = "Configuration to create credentials"
|
14
|
+
config_model = JWTSecretsConfigurationModel
|
15
|
+
namespace = "vng_api_common_credentials"
|
16
|
+
enable_setting = "vng_api_common_credentials_config_enable"
|
17
|
+
|
18
|
+
def execute(self, model: JWTSecretsConfigurationModel):
|
19
|
+
for config in model.items:
|
20
|
+
JWTSecret.objects.update_or_create(
|
21
|
+
identifier=config.identifier,
|
22
|
+
defaults={"secret": config.secret},
|
23
|
+
)
|
File without changes
|
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/tests/schema.py
RENAMED
@@ -6,7 +6,6 @@ from django.conf import settings
|
|
6
6
|
|
7
7
|
import yaml
|
8
8
|
from requests_mock import Mocker
|
9
|
-
from zgw_consumers_oas.schema_loading import read_schema
|
10
9
|
|
11
10
|
DEFAULT_PATH_PARAMETERS = {"version": "1"}
|
12
11
|
|
@@ -76,6 +75,8 @@ def get_validation_errors(response, field, index=0):
|
|
76
75
|
def mock_service_oas_get(
|
77
76
|
mock: Mocker, url: str, service: str, oas_url: str = ""
|
78
77
|
) -> None:
|
78
|
+
from zgw_consumers_oas.schema_loading import read_schema
|
79
|
+
|
79
80
|
if not oas_url:
|
80
81
|
oas_url = f"{url}schema/openapi.yaml?v=3"
|
81
82
|
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "2.1.0"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_autorisatie_validation.py
RENAMED
File without changes
|
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_check_query_params.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_content_type_headers.py
RENAMED
File without changes
|
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_gegevensgroepen.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_publish_validators.py
RENAMED
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/tests/test_schema_root_tags.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/api/__init__.py
RENAMED
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/api/permissions.py
RENAMED
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/api/serializers.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/admin.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/apps.py
RENAMED
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/audits.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/audittrails/models.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/caching/__init__.py
RENAMED
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/caching/decorators.py
RENAMED
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/caching/etags.py
RENAMED
File without changes
|
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/caching/models.py
RENAMED
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/caching/registry.py
RENAMED
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/caching/signals.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/conf/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/db/operations.py
RENAMED
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/decorators.py
RENAMED
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/descriptors.py
RENAMED
File without changes
|
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/exception_handling.py
RENAMED
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/exceptions.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/filtersets.py
RENAMED
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/generators.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/inspectors/cache.py
RENAMED
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/inspectors/fields.py
RENAMED
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/inspectors/files.py
RENAMED
File without changes
|
{commonground_api_common-2.1.0 → commonground_api_common-2.2.0}/vng_api_common/inspectors/geojson.py
RENAMED
File without changes
|
File without changes
|