Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps django-polymorphic from 3.1.0 to 4.5.1.

Release notes

Sourced from django-polymorphic's releases.

v4.5.1

What's Changed

Full Changelog: jazzband/django-polymorphic@v4.5.0...v4.5.1

v4.5.0

What's Changed

New Contributors

Full Changelog: jazzband/django-polymorphic@v4.4.1...v4.5.0

v4.4.1

What's Changed

New Contributors

Full Changelog: jazzband/django-polymorphic@v4.4.0...v4.4.1

v4.4.0

What's Changed

... (truncated)

Changelog

Sourced from django-polymorphic's changelog.

v4.5.1 (2025-12-24)

  • Fixed 4.5.0 generates a lot of migrations on my project <https://github.com/jazzband/django-polymorphic/pull/759>_
  • Fixed Annotations with F <https://github.com/jazzband/django-polymorphic/pull/755>_
  • Fixed show_in_index=False visibility in admin sites and sidebar <https://github.com/jazzband/django-polymorphic/pull/760>_

v4.5.0 (2025-12-22)

.. warning::

This version has a bug that generates unnecessary migrations - use 4.5.1 instead!

  • Implemented Deletion fixes <https://github.com/jazzband/django-polymorphic/pull/746>_ This release fixes the longstanding polymorphic deletion bug. The fix should be transparent and not generate new migrations files. If you experience any issues, please report them.
  • Fixed AttributeError Using .alias() On Polymorphic Querysets <https://github.com/jazzband/django-polymorphic/pull/745>_

v4.4.1 (2025-12-15)

  • Fix infinite recursion bug when using only() <https://github.com/jazzband/django-polymorphic/pull/739>_

v4.4.0 (2025-12-14)

  • Implemented Add create_from_super method and test <https://github.com/jazzband/django-polymorphic/pull/684>_
  • Implemented Move model definition errors to system checks <https://github.com/jazzband/django-polymorphic/pull/693>_
  • Fixed Fix ordering of stacked inline admin forms on add. <https://github.com/jazzband/django-polymorphic/pull/719>_
  • Fixed Change model definition errors to be system checks <https://github.com/jazzband/django-polymorphic/pull/693>_
  • Fixed Replace deepcopy of the Q object <https://github.com/jazzband/django-polymorphic/pull/543>_

v4.3.0 (2025-12-09)

  • Fixed Resolve primary key name correctly. <https://github.com/jazzband/django-polymorphic/pull/620>_
  • Implemented Include get_child_inlines() hook in stacked inline admin forms. <https://github.com/jazzband/django-polymorphic/pull/681>_
  • Fixed multi-database support in inheritance accessors. <https://github.com/jazzband/django-polymorphic/pull/550>_
  • Fixed Caching in inheritance accessor functions <https://github.com/jazzband/django-polymorphic/pull/510>_
  • Fixed Foreign key resolves to parent class when using abstract models <https://github.com/jazzband/django-polymorphic/issues/437>_
  • Fixed Support Q expressions that contain subquery expressions <https://github.com/jazzband/django-polymorphic/pull/572>_

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>_

... (truncated)

Commits
  • 32508b8 Merge pull request #760 from bckohan/issue759
  • ffd2d6b remove unnecessary neq
  • 04aee60 fix change detection when comparing PolymorphicGuard objects to previous migr...
  • 9f5e0fc Merge pull request #747 from JohananOppongAmoateng/#532
  • fc96a99 add show_in_index=True test for coverage
  • ff505f3 fix coverage
  • e3ca727 Fix show_in_index=False visibility in custom admin sites and sidebar
  • 94ab993 Merge pull request #755 from JohananOppongAmoateng/423
  • 54a15a2 regression tests
  • b15bca1 fix annotate with F
  • 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.5.1.
- [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.5.1)

---
updated-dependencies:
- dependency-name: django-polymorphic
  dependency-version: 4.5.1
  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 major A high priority issue which might affect a lot of people or large parts of the codebase labels Dec 29, 2025
@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Dec 29, 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