Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jazzband/django-auditlog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b46263415ec2bb5d5463e90ca92f07ebd1c1aeb6
Choose a base ref
..
head repository: jazzband/django-auditlog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 65257f78755f03ef96a8a044549c4f2c631e00dc
Choose a head ref
Showing with 1 addition and 0 deletions.
  1. +1 −0 CHANGELOG.md
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@

#### Improvements

- feat: Added 'LogEntry.actor_email` field. ([#641](https://github.com/jazzband/django-auditlog/pull/641))
- feat: Added `LogEntry.remote_port` field. ([#671](https://github.com/jazzband/django-auditlog/pull/671))
- feat: Added `truncate` option to `auditlogflush` management command. ([#681](https://github.com/jazzband/django-auditlog/pull/681))
- feat: Added `AUDITLOG_CHANGE_DISPLAY_TRUNCATE_LENGTH` settings to keep or truncate strings of `changes_display_dict` property at variable length. ([#684](https://github.com/jazzband/django-auditlog/pull/684))