mirror of https://github.com/zulip/zulip.git
0ce6dcb905
_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> |
||
---|---|---|
.. | ||
0001_initial.py | ||
0002_remote_zulip_server.py | ||
0003_add_default_for_remotezulipserver_last_updated_field.py | ||
0004_remove_deployment_model.py | ||
0005_remotepushdevicetoken_fix_uniqueness.py | ||
0006_customer.py | ||
0007_remotezulipserver_fix_uniqueness.py | ||
0008_customer_billing_user.py | ||
0009_plan.py | ||
0010_billingprocessor.py | ||
0011_customer_has_billing_relationship.py | ||
0012_coupon.py | ||
0013_remove_customer_billing_user.py | ||
0014_cleanup_pushdevicetoken.py | ||
0015_delete_billing.py | ||
0016_remote_counts.py | ||
0017_installationcount_indexes.py | ||
0018_remoterealmauditlog.py | ||
0019_remotezulipserver_plan_type.py | ||
0020_remotezulipserverauditlog.py | ||
0021_alter_remotezulipserver_uuid.py | ||
0022_remotezulipserver_create_audit_log_backfill.py | ||
0023_remotezulipserver_deactivated.py | ||
0024_remotepushdevicetoken_user_uuid.py | ||
0025_alter_remotepushdevicetoken_user_id_drop_index.py | ||
0026_auditlog_models_extra_data_json.py | ||
0027_backfill_remote_realmauditlog_extradata_to_json_field.py | ||
0028_rename_extradatajson_remoteauditlog_extra_data.py | ||
__init__.py |