zulip/corporate
Anders Kaseorg 9e9e951a4a corporate: Fix misuse of timezone_now() as parameter default.
Python parameter defaults are only evaluated once at the function
definition site, not at each call site.  So these defaults were
incorrectly evaluating to the server’s startup time rather than the
current time.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-11-10 19:14:32 -08:00
..
lib corporate: Fix misuse of timezone_now() as parameter default. 2024-11-10 19:14:32 -08:00
management billing: Do subscription management in-house instead of with Stripe Billing. 2018-12-22 13:39:30 -08:00
migrations migrations: Squash corporate migrations. 2024-08-23 17:15:35 -07:00
tests requirements: Upgrade Python requirements. 2024-10-20 18:16:27 -07:00
views support: Consolidate logic for generating support URLs. 2024-11-05 08:56:24 -08:00
__init__.py
models.py corporate: Revise string method for LicenseLedger objects. 2024-08-29 12:00:38 -07:00
urls.py activity: Add view for a remote server's audit logs. 2024-09-17 09:34:17 -07:00