Fix language_choose_control migration default value.

Co-Authored-By: Éric <635179+merwok@users.noreply.github.com>
This commit is contained in:
Fabio Caccamo
2022-09-29 09:34:12 +02:00
parent 40b8963d74
commit 5ac75f5cf3
@@ -16,7 +16,7 @@ class Migration(migrations.Migration):
("default-select", "Default Select"), ("default-select", "Default Select"),
("minimal-select", "Minimal Select"), ("minimal-select", "Minimal Select"),
], ],
default="select", default="default-select",
max_length=20, max_length=20,
verbose_name="control", verbose_name="control",
), ),