Skip to content

Commit 48fdcb7

Browse files
authored
Bump to version 3.1.2 (#1466)
1 parent 4d3e004 commit 48fdcb7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.rst

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
CHANGELOG
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+
518
3.1.1 (2023-11-18)
619
==================
720

filer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
8. Publish the release and it will automatically release to pypi
1414
"""
1515

16-
__version__ = '3.1.1'
16+
__version__ = '3.1.2'

0 commit comments

Comments
 (0)