Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

v4.7.0 (2026-01-07)
-------------------

Fixed a few outstanding admin bugs, updated documentation and added more admin tests for things like m2m relationships.

* Documented `How to handle non-admin polymorphic forms? <https://github.com/jazzband/django-polymorphic/issues/346>`_
* Fixed `Admin: add view popup breaks if initial submit has validation error <https://github.com/jazzband/django-polymorphic/issues/612>`_
* Fixed `Filters are not preserved in polymorphic parent admin <https://github.com/jazzband/django-polymorphic/issues/356>`_
* Fixed `Admin change form doesn't preserve changelist filter <https://github.com/jazzband/django-polymorphic/issues/125>`_

v4.6.0 (2026-01-05)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "django-polymorphic"
version = "4.6.0"
version = "4.7.0"
description = "Seamless polymorphic inheritance for Django models."
readme = "README.md"
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion src/polymorphic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Seamless Polymorphic Inheritance for Django Models
"""

VERSION = "4.6.0"
VERSION = "4.7.0"

__title__ = "Django Polymorphic"
__version__ = VERSION # version synonym for backwards compatibility
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading