Commit 5c90e076 authored by Michal Čihař's avatar Michal Čihař

Check flags can be blank

parent 264d6b96
......@@ -224,6 +224,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
'check documentation for possible values.'
),
validators=[validate_check_flags],
blank=True,
)
objects = SubProjectManager()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment