Skip to content

Commit b3b59b5

Browse files
committed
django-imagefield 0.22
1 parent 0a544dc commit b3b59b5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Change log
66
Next version
77
~~~~~~~~~~~~
88

9+
10+
0.22 (2025-01-22)
11+
~~~~~~~~~~~~~~~~~
12+
913
- **Important:** Changed the image field to no longer automatically clean up
1014
processed images when deleting the model instance or when changing the image
1115
field itself. This behavior made it hard to reuse image field values when

imagefield/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.21.1"
1+
__version__ = "0.22.0"

0 commit comments

Comments
 (0)