Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 28, 2022

Bumps django-auditlog from 2.0.0 to 2.2.1.

Changelog

Sourced from django-auditlog's changelog.

2.2.1 (2022-11-28)

Fixes

  • fix: Make log entries read-only in the admin. (#449)
  • fix: Handle IPv6 addresses in X-Forwarded-For. (#457)

2.2.0 (2022-10-07)

Improvements

  • feat: Add ACCESS action to LogEntry model and allow object access to be logged. (#436)
  • feat: Add serialized_data field on LogEntry model. (#412)
  • feat: Display the field name as it would be displayed in Django Admin or use mapping_field if available #428
  • 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
  • Python: Confirm Python 3.11 support (#447)
  • feat: Replace the django.utils.timezone.utc by datetime.timezone.utc. #448

Fixes

  • fix: Display created timestamp in server timezone (#404)
  • fix: Handle port in remote_addr (#417)
  • fix: Handle the error with AttributeError: 'OneToOneRel' error occur during a PolymorphicModel has relation with other models (#429)
  • fix: Support search by custom USERNAME_FIELD (#432)

2.1.1 (2022-07-27)

Improvements

  • feat: Display the diff for deleted objects in the admin (#396)
  • Django: Confirm Django 4.1 support (#406)

Fixes

  • fix: Pin python-dateutil to 2.7.0 or higher for compatibility with Python 3.10 (#401)

2.1.0 (2022-06-27)

Improvements

  • feat: Add --before-date option to auditlogflush to support retention windows (#365)
  • feat: Add db_index to the LogEntry.timestamp column (#364)
  • feat: Add register model from settings (#368)
  • Context manager set_actor() for use in Celery tasks (#262)
  • Tracking of changes in many-to-many fields (#309)

Fixes

  • Fix inconsistent changes with JSONField (#355)
  • Disable add button in admin ui (#378)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [django-auditlog](https://github.com/jazzband/django-auditlog) from 2.0.0 to 2.2.1.
- [Release notes](https://github.com/jazzband/django-auditlog/releases)
- [Changelog](https://github.com/jazzband/django-auditlog/blob/master/CHANGELOG.md)
- [Commits](jazzband/django-auditlog@v2.0.0...v2.2.1)

---
updated-dependencies:
- dependency-name: django-auditlog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 28, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 17, 2023

Superseded by #72.

@dependabot dependabot bot closed this Jan 17, 2023
@dependabot dependabot bot deleted the dependabot/pip/dev/django-auditlog-2.2.1 branch January 17, 2023 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants