models: Extract zerver.models.streams.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-12-14 18:57:04 -08:00
committed by Tim Abbott
parent 5391ec99d9
commit 4aa2d76bea
60 changed files with 474 additions and 483 deletions

View File

@@ -639,7 +639,7 @@ def realm_text_description_cache_key(realm: "Realm") -> str:
return f"realm_text_description:{realm.string_id}"
# Called by models/__init__.py to flush the stream cache whenever we save a stream
# Called by models/streams.py to flush the stream cache whenever we save a stream
# object.
def flush_stream(
*,