We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7794c2a commit 67b2e81Copy full SHA for 67b2e81
CHANGELOG.txt
@@ -1,3 +1,12 @@
1
+3.5.2 (2022-05-16)
2
+------------------
3
+
4
+* Allow async-callables class instances to be passed to AsyncToSync
5
+ without warning
6
7
+* Prevent giving async-callable class instances to SyncToAsync
8
9
10
3.5.1 (2022-04-30)
11
------------------
12
asgiref/__init__.py
@@ -1 +1 @@
-__version__ = "3.5.1"
+__version__ = "3.5.2"
0 commit comments