v1.3.5
What's Changed
- Fix migration 0013 IrreversibleError by @Lukasdoe in #236
- Add helper to show CRUD history for particular object by @kirmalyshev in #193
- Allow to ignore request.user validation by @hugobranquinho in #233
- Avoid DB savepoints if no audit is going to be created by @hugobranquinho in #232
- Fixes issue #229 (ImproperlyConfigured error raised in auth_signals.p… by @LukaRiba in #231
- ASGI scope
client
value should be converted to the remote_ip by @nnseva in #205 - fix: fix potential slow query on huge requestevent table by @3cp in #240
- github actions on ubuntu 20.04 for build madness by @jheld in #245
- fix: replace timezone.utc with datetime.timezone.utc by @mschoettle in #246
- Implemented
DJANGO_EASY_AUDIT_PROPAGATE_EXCEPTIONS
setting by @dferens in #248 - Export audit events to CSV by @Tim-Bolhoeve in #254
- add german translations by @bernhardmiller in #253
New Contributors
- @Lukasdoe made their first contribution in #236
- @kirmalyshev made their first contribution in #193
- @hugobranquinho made their first contribution in #233
- @LukaRiba made their first contribution in #231
- @nnseva made their first contribution in #205
- @3cp made their first contribution in #240
- @dferens made their first contribution in #248
- @Tim-Bolhoeve made their first contribution in #254
- @bernhardmiller made their first contribution in #253
Full Changelog: v1.3.3...v1.3.5