We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1684cfe commit 87397abCopy full SHA for 87397ab
2 files changed
HISTORY.rst
@@ -1,6 +1,20 @@
1
Changelog
2
---------
3
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
18
7.18.0 (2025-10-08)
19
~~~~~~~~~~~~~~~~~~~
20
iommi/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '7.18.0'
+__version__ = '7.18.1'
from functools import wraps
0 commit comments