mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 01:47:41 +00:00
Basically, I eliminate the use of select_all() in a query that still makes a single round trip. We have good test enforcement that Django never needs to lazily fetch objects off the Stream object. (It used to be common to fetch stream.realm a while back, but we upgraded bulk_add_subscription, in particular, a while back.)
1.3 KiB
1.3 KiB