Skip to content

Commit f80d27c

Browse files
committed
django-imagefield 0.21
1 parent aae0441 commit f80d27c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

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

9+
10+
0.21 (2024-12-09)
11+
~~~~~~~~~~~~~~~~~
12+
913
- Documented the ``preview`` spec used in the preview widget.
1014
- Started masquerading our custom model fields as default Django image and char
15+
fields. This is expected to create migrations if you're already using the
1116
fields.
1217

1318

imagefield/__init__.py

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

0 commit comments

Comments
 (0)