Prepare release 2.2.2 (#497)

This commit is contained in:
Hasan Ramezani 2023-01-17 11:37:11 +03:30 committed by GitHub
parent 6996e1cfd4
commit 2595a36c71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,8 @@
## Next Release
## 2.2.2 (2023-01-16)
#### Fixes
- fix: revert [#449](https://github.com/jazzband/django-auditlog/pull/449) "Make log entries read-only in the admin" as it breaks deletion of any auditlogged model through the admin when `AuditlogHistoryField` is used. ([#496](https://github.com/jazzband/django-auditlog/pull/496))