summaryrefslogtreecommitdiff
path: root/ishtar/furnitures/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar/furnitures/models.py')
-rw-r--r--ishtar/furnitures/models.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ishtar/furnitures/models.py b/ishtar/furnitures/models.py
index 78507f971..e93b74612 100644
--- a/ishtar/furnitures/models.py
+++ b/ishtar/furnitures/models.py
@@ -578,7 +578,8 @@ class ContextRecord(BaseHistorizedItem, OwnPerms):
help_text=_(u"A short description of the location of the context record"))
datings = models.ManyToManyField(Dating)
units = models.ManyToManyField(Unit)
- has_furniture = models.BooleanField(u"Has furniture?")
+ has_furniture = models.NullBooleanField(u"Has furniture?", blank=True,
+ null=True)
filling = models.TextField(_(u"Filling"), blank=True, null=True)
interpretation = models.TextField(_(u"Interpretation"), blank=True,
null=True)