Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django-auditlog from 0.4.5 to 2.2.2 #282

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 18, 2023

Bumps django-auditlog from 0.4.5 to 2.2.2.

Release notes

Sourced from django-auditlog's releases.

1.0 alpha 1

This release adds support for Django 3.0, and drops support for Python 2 and unsupported Django versions (most notably Django 1.11).

Overview of changes: jjkester/django-auditlog#263

Changelog

Sourced from django-auditlog's changelog.

2.2.2 (2023-01-16)

Fixes

  • fix: revert #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)

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)

... (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 0.4.5 to 2.2.2.
- [Release notes](https://github.com/jazzband/django-auditlog/releases)
- [Changelog](https://github.com/jazzband/django-auditlog/blob/v2.2.2/CHANGELOG.md)
- [Commits](jazzband/django-auditlog@v0.4.5...v2.2.2)

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

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 Jan 18, 2023
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