make BillingInfo.phone_number non-nullable

This commit is contained in:
imperosol
2026-06-02 12:54:31 +02:00
parent 30a3911fa1
commit e629b36465
8 changed files with 43 additions and 79 deletions
@@ -15,7 +15,7 @@ class Migration(migrations.Migration):
blank=True,
help_text=(
"If a limit is set, the product won't be purchasable "
"anymore once the latter is reached."
"anymore on the eboutic once the latter is reached."
),
null=True,
verbose_name="clic limit",