Skip to content

Commit

Permalink
Merge branch 'master' of github.com:robinharms/django-auditlog
Browse files Browse the repository at this point in the history
  • Loading branch information
robinharms committed Nov 3, 2022
2 parents b5d16a3 + abd8524 commit 1722aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- feat: Add `serialized_data` field on `LogEntry` model. ([#412](https://github.com/jazzband/django-auditlog/pull/412))
- feat: Display the field name as it would be displayed in Django Admin or use `mapping_field` if available [#428](https://github.com/jazzband/django-auditlog/pull/428)
- feat: New context manager `disable_auditlog` to turn off logging and a setting `AUDITLOG_DISABLE_ON_RAW_SAVE`
- feat: New context manager `disable_auditlog` to turn off logging and a new setting `AUDITLOG_DISABLE_ON_RAW_SAVE`
to disable it during raw-save operations like loaddata. [#446](https://github.com/jazzband/django-auditlog/pull/446)

#### Fixes
Expand Down

0 comments on commit 1722aa4

Please sign in to comment.