zulip/corporate
Kenneth Rodrigues a7da24a36f validators: Use cleaner syntax for AfterValidator.
Created a function that returns an `AfterValidator` for `check_int_in`
and `check_string_in` instead of having to use a
`lambda` wraper everytime.
2024-07-15 16:49:32 -07:00
..
lib ruff: Fix PLR6104 Use `+=` to perform an augmented assignment directly. 2024-07-14 13:49:51 -07:00
management
migrations models: Migrate ids of all non-Message-related tables to bigint. 2024-06-05 11:48:27 -07:00
tests ruff: Fix SIM117 Use a single `with` statement with multiple contexts. 2024-07-14 13:48:32 -07:00
views validators: Use cleaner syntax for AfterValidator. 2024-07-15 16:49:32 -07:00
__init__.py
models.py ruff: Fix UP007 Use `X | Y` for type annotations. 2024-07-13 22:28:22 -07:00
urls.py demo_request: Add form for user to request a demo. 2024-04-25 13:09:05 -07:00