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.
4.3.*
1 parent 9ab7fde commit 29be85eCopy full SHA for 29be85e
stubs/channels/METADATA.toml
@@ -1,4 +1,4 @@
1
-version = "4.2.*"
+version = "4.3.*"
2
upstream_repository = "https://github.com/django/channels"
3
requires = ["django-stubs>=4.2,<5.3", "asgiref"]
4
stubs/channels/channels/testing/live.pyi
@@ -12,6 +12,7 @@ DaphneProcess: TypeAlias = Any # TODO: temporary hack for daphne.testing.Daphne
12
_StaticWrapper: TypeAlias = Callable[[ProtocolTypeRouter], _ChannelApplication]
13
14
def make_application(*, static_wrapper: _StaticWrapper | None) -> Any: ...
15
+def set_database_connection() -> None: ...
16
17
class ChannelsLiveServerTestCase(TransactionTestCase):
18
host: ClassVar[str] = "localhost"
0 commit comments