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 02:32:01 +0100 | 
| commit | b3972516226e942cc1d92e7a36275b9433cda3f6 (patch) | |
| tree | e0496393454763597ca2d1334b6209709b5730cc /ishtar/furnitures/models.py | |
| parent | bf6ed908e0184a7351953f4162ac250b0e8bbc7e (diff) | |
| download | Ishtar-b3972516226e942cc1d92e7a36275b9433cda3f6.tar.bz2 Ishtar-b3972516226e942cc1d92e7a36275b9433cda3f6.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:  | 
