We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce662ad commit 7a1ad9dCopy full SHA for 7a1ad9d
HISTORY.rst
@@ -1,6 +1,16 @@
1
Changelog
2
---------
3
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
14
7.21.0 (2025-11-28)
15
~~~~~~~~~~~~~~~~~~~
16
iommi/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '7.21.0'
+__version__ = '7.21.1'
from functools import wraps
0 commit comments