diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-01-04 02:32:01 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-01-04 13:40:31 +0100 |
commit | 74ddd12c14e4f19b84db796780919516a76e414c (patch) | |
tree | 7b64b66e1dfa7d72ae5289dc194a720ac022b780 /ishtar/furnitures/models.py | |
parent | bf6ed908e0184a7351953f4162ac250b0e8bbc7e (diff) | |
download | Ishtar-74ddd12c14e4f19b84db796780919516a76e414c.tar.bz2 Ishtar-74ddd12c14e4f19b84db796780919516a76e414c.zip |
Save of wizard items (refs #51)
Diffstat (limited to 'ishtar/furnitures/models.py')
-rw-r--r-- | ishtar/furnitures/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar/furnitures/models.py b/ishtar/furnitures/models.py index 008ad1dc3..0aac7d297 100644 --- a/ishtar/furnitures/models.py +++ b/ishtar/furnitures/models.py @@ -236,6 +236,7 @@ class File(BaseHistorizedItem, OwnPerms): total_developed_surface = models.IntegerField(_(u"Total developed surface"), blank=True, null=True) address = models.TextField(_(u"Address")) + comment = models.TextField(_(u"Comment")) history = HistoricalRecords() class Meta: |