zulip/analytics/management/commands
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
check_analytics_state.py ruff: Fix N818 exception name should be named with an Error suffix. 2022-11-17 16:52:00 -08:00
clear_analytics_tables.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
clear_single_stat.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
populate_analytics_db.py mypy: Upgrade mypy from 1.4.1 to 1.5.1. 2023-09-07 17:51:42 -07:00
update_analytics_counts.py docs: Add missing space in “time zone”. 2022-02-24 14:05:12 -08:00