zulip/confirmation/migrations
Sahil Batra 392b17da5f invite: Add backend support for "Never expires" option.
The database value for expiry_date is None for the invite
that will never expire and the clients send -1 as value
in the API similar to the message retention setting.

Also, when passing invite_expire_in_days as an argument
in various functions, invite_expire_in_days is passed as
-1 for "Never expires" option since invite_expire_in_days
is an optional argument in some functions and thus we cannot
pass "None" value.
2022-02-24 16:32:19 -08:00
..
0001_initial.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0002_realmcreationkey.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0003_emailchangeconfirmation.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0004_remove_confirmationmanager.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0005_confirmation_realm.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0006_realmcreationkey_presume_email_valid.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0007_add_indexes.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0008_confirmation_expiry_date.py confirmation: Migration to add expiry_date step 1. 2021-09-06 17:28:29 -07:00
0009_confirmation_expiry_date_backfill.py lint: Enforce consistent style of using transaction.atomic decorator. 2021-12-12 11:15:33 -08:00
0010_alter_confirmation_expiry_date.py confirmation: Migration to add expiry_date - last step. 2021-09-10 16:53:03 -07:00
0011_alter_confirmation_expiry_date.py invite: Add backend support for "Never expires" option. 2022-02-24 16:32:19 -08:00
__init__.py