Skip to content

Bump django-auditlog from 0.4.5 to 2.1.0#201

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dev/django-auditlog-2.1.0
Closed

Bump django-auditlog from 0.4.5 to 2.1.0#201
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dev/django-auditlog-2.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 28, 2022

Copy link
Copy Markdown

Bumps django-auditlog from 0.4.5 to 2.1.0.

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.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)
  • Fix n+1 query problem(#381)

2.0.0 (2022-05-09)

Improvements

  • feat: enable use of replica database (delegating the choice to DATABASES_ROUTER) (#359)
  • Add mask_fields argument in register to mask sensitive information when logging (#310)
  • Django: Drop 2.2 support. django_jsonfield_backport is not required anymore (#370)
  • Remove default_app_config configuration (#372)

Important notes

  • LogEntry no longer save to same database instance is using

1.0.0 (2022-01-24)

Final

Improvements

  • build: add classifiers for Python and Django
  • build: replace django-jsonfield with django-jsonfield-backport (#339)
  • ci: replace Travis with Github Actions
  • docs: follow Jazzband guidelines (badge, how to contribute, code of conduct) (#269)
  • docs: add a changelog
  • docs: remove note about maintenance
  • docs: update the release strategy
  • docs: use the latest django LTS (3.2) to build docs
  • feat: add a db index to LogEntry's action field (#236)
  • feat: add the content type to resource field
  • feat: add the actor username to search fields in admin
  • refactor: lint the code with Black and isort
  • tests: init pre-commit config
  • Python: add 3.9 and 3.10 support, drop 3.5 and 3.6 support
  • Django: add 3.2 (LTS) and 4.0 support, drop 3.0 and 3.1 support

... (truncated)

Commits
  • 4f4699b Prepare release 2.1.0
  • d928ff7 Return default value None if attribute choices doesn't exist
  • 11dceb8 Add flake8 to pre-commit config (#387)
  • be973ca Add pyupgrade to pre-commit-config (#385)
  • 10c4718 Add logic to track changes to m2m fields (#309)
  • 2e9466d Change auditlogflush management command before_date query filter to apply the...
  • 128555f Add date based auditlog filter for auditlogflush command (#365)
  • dd89c3c Auditlog admin use list_select_related (#382)
  • 957680e Fix n+1 query problem (#381)
  • d9b0d76 [tests] Check cases when reverse related field DoesNotExist. (#252)
  • Additional commits viewable in compare view

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

---
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 Jun 28, 2022
@dependabot @github

dependabot Bot commented on behalf of github Jul 28, 2022

Copy link
Copy Markdown
Author

Superseded by #216.

@dependabot dependabot Bot closed this Jul 28, 2022
@dependabot dependabot Bot deleted the dependabot/pip/dev/django-auditlog-2.1.0 branch July 28, 2022 03:11
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