Skip to content

Commit

Permalink
Bump to version 3.1.2 (#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 17, 2024
1 parent 4d3e004 commit 48fdcb7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

3.1.2 (2025-05-17)
==================

* Made the filer check command compatible with custom image models.
* Use the final image model's app label to determine the expand view URL.
* Prepare the image expand URL in the admin code and pass it through to the template via context.
* Fix #1377: Field `verbose_name` should use `gettext_lazy`.
* Fix: styles for django 4.2+ admin.
* Fix: Unintended scroll when clearing file widget.
* Fix: Method `ImageAdminForm.clean_subject_location()` not implemented correctly causing invokation
of `clean()` twice.


3.1.1 (2023-11-18)
==================

Expand Down
2 changes: 1 addition & 1 deletion filer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
8. Publish the release and it will automatically release to pypi
"""

__version__ = '3.1.1'
__version__ = '3.1.2'

0 comments on commit 48fdcb7

Please sign in to comment.