We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbc70a commit b0a16edCopy full SHA for b0a16ed
HISTORY.rst
@@ -1,6 +1,16 @@
1
Changelog
2
---------
3
4
+7.9.0 (2025-01-14)
5
+~~~~~~~~~~~~~~~~~~
6
+
7
+* Add support for `related_query_name`
8
9
+* `auto_rowspan` on a generator gives an empty table
10
11
+* Admin: configurable grouping of models
12
13
14
7.8.0 (2024-12-12)
15
~~~~~~~~~~~~~~~~~~
16
iommi/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '7.8.0'
+__version__ = '7.9.0'
from functools import wraps
0 commit comments