We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b7513 commit 30a7138Copy full SHA for 30a7138
HISTORY.rst
@@ -1,6 +1,14 @@
1
Changelog
2
---------
3
4
+7.22.0 (2025-12-28)
5
+~~~~~~~~~~~~~~~~~~~
6
+
7
+* New drag&drop file uploader shortcuts for `Form`: `Field.dropfile`/`Field.dropimage`
8
9
+* `MainMenu` and `M` are not available to import straight from `iommi`
10
11
12
7.21.3 (2025-12-04)
13
~~~~~~~~~~~~~~~~~~~
14
iommi/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '7.21.3'
+__version__ = '7.22.0'
from functools import wraps
0 commit comments