[channels] Relax django-stubs dependency (#15524)

This commit is contained in:
Christian Hartung
2026-03-20 09:34:41 +01:00
committed by GitHub
parent 50ec9108eb
commit 8193aa109c
2 changed files with 2 additions and 1 deletions
@@ -4,6 +4,7 @@ channels.auth.UserLazyObject
# these one need to be exclude due to mypy error: * is not present at runtime
channels.auth.UserLazyObject.DoesNotExist
channels.auth.UserLazyObject.MultipleObjectsReturned
channels.auth.UserLazyObject.NotUpdated
channels.auth.UserLazyObject@AnnotatedWith
# database_sync_to_async is implemented as a class instance but stubbed as a function