Skip to content

Commit 134ffc7

Browse files
authored
Merge pull request #754 from bckohan/master
update changelog, bump version
2 parents 4cb399c + 53cddd8 commit 134ffc7

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
v4.5.0 (2025-12-22)
5+
-------------------
6+
7+
* Implemented `Deletion fixes <https://github.com/jazzband/django-polymorphic/pull/746>`_
8+
**This release fixes the longstanding polymorphic deletion bug.** The fix should be transparent
9+
and not generate new migrations files. If you experience any issues, please report them.
10+
* Fixed `AttributeError Using .alias() On Polymorphic Querysets <https://github.com/jazzband/django-polymorphic/pull/745>`_
11+
412
v4.4.1 (2025-12-15)
513
-------------------
614

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "django-polymorphic"
7-
version = "4.4.1"
7+
version = "4.5.0"
88
description = "Seamless polymorphic inheritance for Django models."
99
readme = "README.md"
1010
license = "BSD-3-Clause"

src/polymorphic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
Seamless Polymorphic Inheritance for Django Models
2020
"""
2121

22-
VERSION = "4.4.1"
22+
VERSION = "4.5.0"
2323

2424
__title__ = "Django Polymorphic"
2525
__version__ = VERSION # version synonym for backwards compatibility

uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)