add null=True for now
This commit is contained in:
parent
944a42b597
commit
341fa7394d
|
@ -189,6 +189,7 @@ class Migration(migrations.Migration):
|
||||||
model_name="event",
|
model_name="event",
|
||||||
name="duration_minutes",
|
name="duration_minutes",
|
||||||
field=models.PositiveIntegerField(
|
field=models.PositiveIntegerField(
|
||||||
|
null=True,
|
||||||
blank=True,
|
blank=True,
|
||||||
default=None,
|
default=None,
|
||||||
help_text="The duration of this event in minutes. Leave blank to use the default from the eventtype.",
|
help_text="The duration of this event in minutes. Leave blank to use the default from the eventtype.",
|
||||||
|
|
Loading…
Reference in a new issue