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