Fix `language_choose_control` migration default value.
Co-Authored-By: Éric <635179+merwok@users.noreply.github.com>master
parent
40b8963d74
commit
5ac75f5cf3
|
|
@ -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",
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in New Issue