Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps django-polymorphic from 3.1.0 to 4.2.0.

Release notes

Sourced from django-polymorphic's releases.

v4.2.0

What's Changed

New Contributors

Full Changelog: jazzband/django-polymorphic@v4.1.0...v4.2.0

v4.1.0

What's Changed

... (truncated)

Changelog

Sourced from django-polymorphic's changelog.

v4.2.0 (2025-12-04)

  • Fixed The objects which were transmogrified aren't initialized correctly if they implement __init__ method. <https://github.com/jazzband/django-polymorphic/issues/615>_
  • Implemented Defer to chunk_size parameter on .iterators for fetching get_real_instances() <https://github.com/jazzband/django-polymorphic/pull/672>_
  • Fixed Show full admin context (breadcrumb and logout nav) in model type selection admin form <https://github.com/jazzband/django-polymorphic/pull/580>_
  • Fixed Issue with Autocomplete Fields in StackedPolymorphicInline.Child Inline <https://github.com/jazzband/django-polymorphic/issues/546>_
  • Support Python 3.14 and Django 6.0, drop support for EOL python 3.9, Django 3.2, 4.0, 4.1 and 5.0.
  • Modernized package management with new build, test, docs tooling and improved CI <https://github.com/jazzband/django-polymorphic/issues/651>_.

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>_
Commits
  • 0d820d0 Merge pull request #614 from bdabrowski/fix-transmogrify-init
  • 8b11bf0 - Fixed bug in checking the existence of custom init method in an object....
  • 347ef6d Merge pull request #675 from bckohan/fix_precommit
  • ef52b86 skip precommit hooks in precommit ci because just is not available
  • 58c7d11 Merge pull request #674 from bckohan/ci
  • 4fdf413 move from 6.0 rc1 to 6.0 django in CI
  • 617863d Merge pull request #672 from bckohan/chunked_iteration
  • 9dda8d1 - Update polymorphic queryset iterators to honor chunk_size.
  • 9cb89d9 Merge pull request #671 from jazzband/mjnaderi/master
  • 2d6f9f0 - Add a failing test to demonstrate a bug
  • 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-polymorphic](https://github.com/jazzband/django-polymorphic) from 3.1.0 to 4.2.0.
- [Release notes](https://github.com/jazzband/django-polymorphic/releases)
- [Changelog](https://github.com/jazzband/django-polymorphic/blob/master/docs/changelog.rst)
- [Commits](jazzband/django-polymorphic@v3.1...v4.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file major A high priority issue which might affect a lot of people or large parts of the codebase labels Dec 8, 2025
@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Dec 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed CLA Bot: community license agreement signed dependencies Pull requests that update a dependency file major A high priority issue which might affect a lot of people or large parts of the codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant