zulip/corporate
Alex Vandiver d5a4941691 django: Switch to .alias() instead .annotate() where possible.
When using the sub-expression purely for filtering, and not for
accessing the value in the resultset, .alias() is potentially faster
since it does not pull the value in as well.
2024-07-11 09:26:23 -07:00
..
lib stripe: Use comma for collection method Literal values. 2024-06-10 16:10:42 -07:00
management billing: Do subscription management in-house instead of with Stripe Billing. 2018-12-22 13:39:30 -08:00
migrations models: Migrate ids of all non-Message-related tables to bigint. 2024-06-05 11:48:27 -07:00
tests realm-deactivation: Send email to owners as part of deactivation. 2024-06-26 16:48:18 -07:00
views django: Switch to .alias() instead .annotate() where possible. 2024-07-11 09:26:23 -07:00
__init__.py
models.py typos: Fix typos caught by mwic. 2024-05-20 13:55:00 -07:00
urls.py demo_request: Add form for user to request a demo. 2024-04-25 13:09:05 -07:00