File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 22CHANGELOG
33=========
44
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+
5183.1.1 (2023-11-18)
619==================
720
Original file line number Diff line number Diff line change 1313 8. Publish the release and it will automatically release to pypi
1414"""
1515
16- __version__ = '3.1.1 '
16+ __version__ = '3.1.2 '
You can’t perform that action at this time.
0 commit comments