New features
- Use the callback class from mozilla-django-oidc-db to allow for a custom error view
New features
- Add password to
AXES_SENSITIVE_PARAMETERS
- Use stricter
django-axes
settings AXES_FAILURE_LIMIT
changed from10
to5
AXES_COOLOFF_TIME
changed from1
to5
minutes
- Use stricter
- Make more
log-outgoing-requests
settings configurable LOG_OUTGOING_REQUESTS_EMIT_BODY
(defaultTrue
)LOG_OUTGOING_REQUESTS_DB_SAVE_BODY
(defaultTrue
)
- Make more
- Add base template to display current version in admin
Bugfixes
- Remove FIXTURE_DIRS setting and add root level app to INSTALLED_APPS
Other
- Move documentation to readthedocs
Bugfixes
- Add missing settings for
TWO_FACTOR_WEBAUTHN
Bugfixes
- Add
ordered_model
toINSTALLED_APPS
(required fordjango-admin-index
) - Add
two_factor.plugins.webauthn
toINSTALLED_APPS
(required formaykin_2fa
)
New features
- Add django-setup-configuration to deps
- Add ELASTIC_APM_TRANSACTION_SAMPLE_RATE
New features
- [#14] Add django-log-outgoing-requests to deps
- [open-zaak/open-zaak#1629] Add generic base settings file
New features
- Add support for python 3.10
- Upgrade to Django 4.2
- Add maykin-2fa
- Initial release as a metapackage to pin several dependencies