zulip/zerver/management
Sahil Batra ee11a68f7a models: Fix return type of get_realm_domains.
The correct return type of get_realm_domains should
be List[Dict[str, Union[bool, str]]] instead of
List[Dict[str, str]] because allowed_subdomains is
a bool field not str.
2022-03-10 17:48:02 -08:00
..
commands models: Fix return type of get_realm_domains. 2022-03-10 17:48:02 -08:00
data
__init__.py