Fix language_choose_control migration default value.
Co-Authored-By: Éric <635179+merwok@users.noreply.github.com>
This commit is contained in:
@@ -16,7 +16,7 @@ class Migration(migrations.Migration):
|
||||
("default-select", "Default Select"),
|
||||
("minimal-select", "Minimal Select"),
|
||||
],
|
||||
default="select",
|
||||
default="default-select",
|
||||
max_length=20,
|
||||
verbose_name="control",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user