zulip/analytics/tests
Anders Kaseorg 0ce6dcb905 mypy: Upgrade mypy from 1.4.1 to 1.5.1.
_default_manager is the same as objects on most of our models. But
when a model class is stored in a variable, the type system doesn’t
know which model the variable is referring to, so it can’t know that
objects even exists (Django doesn’t add it if the user added a custom
manager of a different name). django-stubs used to incorrectly assume
it exists unconditionally, but it no longer does.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-09-07 17:51:42 -07:00
..
__init__.py
test_activity_views.py tests: Flush per-request caches automatically for query counts. 2023-08-11 11:09:34 -07:00
test_counts.py mypy: Upgrade mypy from 1.4.1 to 1.5.1. 2023-09-07 17:51:42 -07:00
test_fixtures.py tests: Consistently use assert_length helper. 2021-05-19 11:55:56 -07:00
test_stats_views.py private-messages: Update translated backend strings use "direct message". 2023-02-24 11:47:26 -08:00
test_support_views.py name_restrictions: Reject anything with zulip or kandra in it. 2023-06-23 10:45:40 -07:00