zulip/corporate/views
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
..
__init__.py
billing_page.py billing: Migrate to @typed_endpoint. 2024-07-05 10:32:57 -07:00
event_status.py stripe: Fix $0 invoices being generated on upgrade. 2024-02-12 15:15:56 -08:00
installation_activity.py coporate: Convert to typed_endpoint. 2024-06-25 11:07:03 -07:00
portico.py models: Replace realm.uri with realm.url. 2024-05-08 11:12:43 -07:00
realm_activity.py python: Mark regexes as raw strings. 2024-04-26 12:30:31 -07:00
remote_activity.py remote-activity: Fix broken support links. 2024-02-16 14:49:34 -08:00
remote_billing_page.py django: Switch to .alias() instead .annotate() where possible. 2024-07-11 09:26:23 -07:00
session.py corporate: Remove '#nocoverage' comments. 2023-12-19 10:59:38 -08:00
sponsorship.py templates: Move billing templates to /templates/corporate/billing. 2024-01-30 10:06:48 -08:00
support.py realm-deactivation: Send email to owners as part of deactivation. 2024-06-26 16:48:18 -07:00
upgrade.py corporate-upgrade: Migrate to @typed_endpoint. 2024-07-08 16:14:57 -07:00
user_activity.py remote-support: Add server data for last audit log update time. 2024-02-06 18:09:45 -08:00
webhook.py stripe: Fix $0 invoices being generated on upgrade. 2024-02-12 15:15:56 -08:00