You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Django Field Audit change log
2
2
3
+
## v1.5.0 - 2025-11-13
4
+
- Add support for disabling auditing using the `FIELD_AUDIT_ENABLED` and the `disable_audit` and `enable_audit` context managers.
5
+
3
6
## v1.4.0 - 2025-07-29
4
7
- Extract audit logic to the `AuditService` class and allow overriding the class (using the `FIELD_AUDIT_SERVICE_CLASS` setting) to provide custom logic.
5
8
- Update project to use `uv` for dependency management and `ruff` for linting.
0 commit comments