Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2025

Bumps django-fieldsignals from 0.7.0 to 0.8.0.

Release notes

Sourced from django-fieldsignals's releases.

0.8.0

Bug Fixes

  • Skip virtual fields like GenericForeignKey to avoid errors (#28)
  • Avoid errors from model init in admin interface (#27)
  • Fix Django 6.0 compatibility

Improvements

  • Add type hints and py.typed marker for better type checking
  • Modernize packaging (switch to pyproject.toml)
  • Support Python 3.8-3.13 and Django 4.2/5.2/6.0
Commits
  • 3368309 Merge pull request #28 from craigds/cds-fix-genericforeignkey-issue-16
  • 9cdea08 Skip virtual fields like GenericForeignKey
  • e564666 Merge pull request #27 from craigds/cds-fix-boolean-validation-error
  • 3964821 Catch ValidationError during field change detection
  • d2d4b91 Merge pull request #26 from craigds/cds-modernization
  • e453862 Fix noqa comment placement
  • a9665e2 Update CLAUDE.md: ruff replaces black/flake8, add mypy
  • 31034c9 Add mypy tox environment with django-stubs
  • 44ec8bd Fix tox.ini: remove uv-venv-lock-runner (requires lock file)
  • 6b7c62d Fix Django 6.0 compatibility: use datetime.timezone.utc
  • 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 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-fieldsignals](https://github.com/craigds/django-fieldsignals) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/craigds/django-fieldsignals/releases)
- [Commits](craigds/django-fieldsignals@0.7.0...0.8.0)

---
updated-dependencies:
- dependency-name: django-fieldsignals
  dependency-version: 0.8.0
  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 Dec 25, 2025
@dependabot dependabot bot added the python Pull requests that update Python code label Dec 25, 2025
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

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