update migration for main_point to use blank=True
(does not change db)
This commit is contained in:
parent
65eec891ab
commit
8311bf9668
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ class Migration(migrations.Migration):
|
|||
model_name="area",
|
||||
name="main_point",
|
||||
field=c3nav.mapdata.fields.GeometryField(
|
||||
blank=True,
|
||||
default=None,
|
||||
geomtype="point",
|
||||
help_text="main routing point (optional)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue