Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump django-auditlog from 3.0.0 to 3.1.2 #12338

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

Merged
merged 1 commit into from
Apr 29, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps django-auditlog from 3.0.0 to 3.1.2.

Release notes

Sourced from django-auditlog's releases.

v3.1.2

What's Changed

New Contributors

Full Changelog: jazzband/django-auditlog@v3.0.0...v3.1.0

Changelog

Sourced from django-auditlog's changelog.

3.1.2 (2025-04-26)

Fixes

  • CI: Pine twine and setuptools to fix release

3.1.1 (2025-04-16)

Fixes

  • CI: Add required pkginfo to release workflow

3.1.0 (2025-04-15)

Improvements

  • feat: Support masking field names globally when AUDITLOG_INCLUDE_ALL_MODELS is enabled via AUDITLOG_MASK_TRACKING_FIELDS setting. (#702)
  • feat: Added LogEntry.actor_email field. (#641)
  • Add Python 3.13 support. (#697)
  • feat: Added LogEntry.remote_port field. (#671)
  • feat: Added truncate option to auditlogflush management command. (#681)
  • feat: Added AUDITLOG_CHANGE_DISPLAY_TRUNCATE_LENGTH settings to keep or truncate strings of changes_display_dict property at variable length. (#684)
  • Drop Python 3.8 support. (#678)
  • Confirm Django 5.1 support and drop Django 3.2 support. (#677)

Fixes

  • fix: Use sender instead of receiver for m2m_changed signal ID to prevent duplicate entries for models that share a related model. (#686)
  • Fixed a problem when setting Value(None) in JSONField (#646)
  • Fixed a problem when setting django.db.models.functions.Now() in DateTimeField (#635)
  • Use the default manager instead of objects to support custom model managers. (#705)
  • Fixed crashes when cloning objects with pk=None (#707)
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 3.0.0 to 3.1.2.
- [Release notes](https://github.com/jazzband/django-auditlog/releases)
- [Changelog](https://github.com/jazzband/django-auditlog/blob/master/CHANGELOG.md)
- [Commits](jazzband/django-auditlog@v3.0.0...v3.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 29, 2025
@dependabot dependabot bot requested review from Maffooch and mtesauro as code owners April 29, 2025 12:17
Copy link

DryRun Security

This pull request involves a minor version upgrade of the django-auditlog library from 3.0.0 to 3.1.2, which may include unspecified security improvements.

💭 Unconfirmed Findings (1)
Vulnerability Potential Unspecified Security Fixes
Description Minor version upgrade from 3.0.0 to 3.1.2 in django-auditlog library, potentially including security patches that address previously unknown vulnerabilities. Risk level suggests unidentified security improvements may be present.

All finding details can be found in the DryRun Security Dashboard.

Copy link
Contributor

@mtesauro mtesauro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@mtesauro mtesauro merged commit 25cd3e5 into dev Apr 29, 2025
77 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dev/django-auditlog-3.1.2 branch April 29, 2025 16:38
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.

2 participants