Skip to content

Commit b0a16ed

Browse files
committed
Release
1 parent ddbc70a commit b0a16ed

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

HISTORY.rst

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

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+
414
7.8.0 (2024-12-12)
515
~~~~~~~~~~~~~~~~~~
616

iommi/__init__.py

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

33
from functools import wraps
44

0 commit comments

Comments
 (0)