Fix bad validation rules

This commit is contained in:
2018-05-23 19:15:30 +02:00
parent 2ee912b8a6
commit b375de115e
3 changed files with 23 additions and 4 deletions

View File

@ -739,9 +739,7 @@ class CaseStudy(models.Model):
verbose_name=_("Project life span"),
help_text=_("e.g. 12 years of production, 15 years overall"),
max_length=200,
default=None,
null=True,
blank=None
blank=True
)
# 2.3.3.2