Skip to content

Commit 87397ab

Browse files
committed
Release
1 parent 1684cfe commit 87397ab

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

HISTORY.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
---------
33

4+
7.18.1 (2025-10-20)
5+
~~~~~~~~~~~~~~~~~~~
6+
7+
* In enhance query form, remove the actions container if it becomes empty when removing the filter button
8+
9+
* Cleaned up advanced filter html structure
10+
11+
* Render query_error div with "hidden" css class initially if there are no errors
12+
13+
* Don't require integer PKs in in admin urls (for example UUIDs are now also supported)
14+
15+
* Only report template usage once in debug menu, and make the order stable
16+
17+
418
7.18.0 (2025-10-08)
519
~~~~~~~~~~~~~~~~~~~
620

iommi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '7.18.0'
1+
__version__ = '7.18.1'
22

33
from functools import wraps
44

0 commit comments

Comments
 (0)