Skip to content

chore(deps): Update django-polymorphic requirement from ~=3.1 to ~=4.1 - #973

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dev/django-polymorphic-approx-eq-4.1
Closed

chore(deps): Update django-polymorphic requirement from ~=3.1 to ~=4.1#973
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dev/django-polymorphic-approx-eq-4.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 30, 2025

Copy link
Copy Markdown
Contributor

Updates the requirements on django-polymorphic to permit the latest version.

Release notes

Sourced from django-polymorphic's releases.

v4.1.0

What's Changed

New Contributors

Full Changelog: django-commons/django-polymorphic@v4.0.0...v4.1.0

Changelog

Sourced from django-polymorphic's changelog.

v4.1.0 (2025-05-20)

  • Fixed a bug on Django 5 <https://github.com/jazzband/django-polymorphic/pull/621>_ where aggregation queries could result in None-type errors <https://github.com/jazzband/django-polymorphic/issues/616>_
  • Use css variables in the admin css <https://github.com/jazzband/django-polymorphic/pull/622>_

v4.0.0 (2025-05-20)

There were no breaking changes in this major release

This was the first release under Jazzband <https://jazzband.co/>_.

There were many updates modernizing the package and incorporating Jazzband standards:

  • Updates to documentation
  • Formatting and linting with ruff
  • Moving to GHA from Travis CI
  • Switch to pytest

Changes that touched the core package code were:

  • Remove legacy Django/python version checks <https://github.com/jazzband/django-polymorphic/pull/567>_
  • Replace string formats with f-strings <https://github.com/jazzband/django-polymorphic/pull/566>_
  • Removed deprecated usage of package_resources <https://github.com/jazzband/django-polymorphic/pull/541>_
    • as of Python 3.12 package_resources was removed. To get prior releases to work on >3.12 you would also need to install setuptools <https://pypi.org/project/setuptools/>_.
  • Fixed multi field lines do not render in the admin <https://github.com/jazzband/django-polymorphic/pull/539>_
  • Fixed dark mode rendering in the polymorphic admin <https://github.com/jazzband/django-polymorphic/pull/508>_

v3.1.0 (2021-11-18)

  • Added support for Django 4.0.
  • Fixed crash when the admin "add type" view has no choices; will show a permission denied.
  • Fixed missing locale folder in sdist.
  • Fixed missing QuerySet.bulk_create(.., ignore_conflicts=True) parameter support.
  • Fixed FilteredRelation support.
  • Fixed supporting class keyword arguments in model definitions for __init_subclass__().
  • Fixed including polymorphic.tests.migrations in the sdist.
  • Fixed non-polymorphic parent handling, which has no _base_objects.
  • Fixed missing widgets support for modelform_factory().
  • Fixed has_changed handling for polymorphic_ctype_id due to implicit str to int conversions.
  • Fixed Q object handling when lists are used (e.g. in django-advanced-filters_).
  • Fixed Django Admin support when using a script-prefix.

Many thanks to everyone providing clear pull requests!

... (truncated)

Commits
  • 3a81c0e Merge pull request #627 from jazzband/dependabot/pip/docs/_ext/djangodummy/dj...
  • fdcb919 Bump django from 4.2.16 to 4.2.18 in /docs/_ext/djangodummy
  • 7768cdc Merge pull request #611 from jazzband/pre-commit-ci-update-config
  • ed4a35b Merge pull request #619 from jazzband/dependabot/pip/docs/_ext/djangodummy/dj...
  • c360bf3 Merge pull request #622 from joaoseckler/css-vars
  • 87061aa Merge pull request #626 from bckohan/master
  • da65e09 update test matrix to correct python/django combinations and test against 5.1...
  • 76b0e77 Merge pull request #624 from bckohan/master
  • 62fb809 Merge branch 'jazzband:master' into master
  • 1d4f95f upgrade GHA versions
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [django-polymorphic](https://github.com/jazzband/django-polymorphic) to permit the latest version.
- [Release notes](https://github.com/jazzband/django-polymorphic/releases)
- [Changelog](https://github.com/jazzband/django-polymorphic/blob/master/docs/changelog.rst)
- [Commits](django-commons/django-polymorphic@v3.1...v4.1.0)

---
updated-dependencies:
- dependency-name: django-polymorphic
  dependency-version: 4.1.0
  dependency-type: direct:production
...

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 Oct 30, 2025
@MathiasStrom

Copy link
Copy Markdown
Contributor

Superseded by combined PR #992.

@dependabot @github

dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pip/dev/django-polymorphic-approx-eq-4.1 branch July 15, 2026 09:01
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.

1 participant