mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 04:43:58 +00:00
Even though Django usually treats foo__in and foo_id__in identically for filters where foo is a ForeignKey type, we want to insist on somewhat more consistent syntax, because we have the odd combo of type and type_id in Recipient, where type_id is kinda like a foreign key, but not a ForeignKey. So we assert for now that all our include_rows values end in "_id__in".
72 KiB
72 KiB