mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 18:06:44 +00:00
Previously, `QuerySet` does not support isinstance check since it is defined to be generic in django-stubs. In a recent update, such check is possible by using `QuerySetAny`, a non-generic alias of `QuerySet`. Signed-off-by: Zixuan James Li <p359101898@gmail.com>
27 KiB
27 KiB