Skip to content

Commit 7a1ad9d

Browse files
committed
Release
1 parent ce662ad commit 7a1ad9d

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.21.1 (2025-12-02)
5+
~~~~~~~~~~~~~~~~~~~
6+
7+
* Admin handles non-int primary keys better
8+
9+
* Fixed admin crash due to missing `Namespace` conversion when reading configuration
10+
11+
* Disallow sorting by default on non-sortable columns
12+
13+
414
7.21.0 (2025-11-28)
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.21.0'
1+
__version__ = '7.21.1'
22

33
from functools import wraps
44

0 commit comments

Comments
 (0)