File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 2
2
CHANGELOG
3
3
=========
4
4
5
+ 3.1.2 (2025-05-17)
6
+ ==================
7
+
8
+ * Made the filer check command compatible with custom image models.
9
+ * Use the final image model's app label to determine the expand view URL.
10
+ * Prepare the image expand URL in the admin code and pass it through to the template via context.
11
+ * Fix #1377: Field `verbose_name ` should use `gettext_lazy `.
12
+ * Fix: styles for django 4.2+ admin.
13
+ * Fix: Unintended scroll when clearing file widget.
14
+ * Fix: Method `ImageAdminForm.clean_subject_location() ` not implemented correctly causing invokation
15
+ of `clean() ` twice.
16
+
17
+
5
18
3.1.1 (2023-11-18)
6
19
==================
7
20
Original file line number Diff line number Diff line change 13
13
8. Publish the release and it will automatically release to pypi
14
14
"""
15
15
16
- __version__ = '3.1.1 '
16
+ __version__ = '3.1.2 '
You can’t perform that action at this time.
0 commit comments