Provide a default for shown_on_other_platforms now it's now nullable

This commit is contained in:
2018-03-28 22:33:51 +11:00
parent 6e8b47d350
commit 5339eef30d
2 changed files with 21 additions and 0 deletions

View File

@ -963,6 +963,7 @@ class CaseStudy(models.Model):
shown_on_other_platforms = models.BooleanField(
verbose_name=_("Show on other platforms?"),
help_text=_("Tick the box if you would like us to show this case study on other social media platforms"),
default=True
)
# 4.4.1