diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-09-09 09:21:03 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-09-09 09:21:03 +0200 |
| commit | 5cfac1121aeb36cdab06141f46ab52f55be92e71 (patch) | |
| tree | 116d1efb8a6e9f1f70cd993e03538108b82e499b /archaeological_context_records/models.py | |
| parent | e4c0c9b3e8633760908a130bdc2875eed6704b99 (diff) | |
| parent | a854fb0090f0deb674e83011c45a2e6c4ff0caee (diff) | |
| download | Ishtar-5cfac1121aeb36cdab06141f46ab52f55be92e71.tar.bz2 Ishtar-5cfac1121aeb36cdab06141f46ab52f55be92e71.zip | |
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'archaeological_context_records/models.py')
| -rw-r--r-- | archaeological_context_records/models.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index a5f02133e..f5df4e5ec 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -233,9 +233,9 @@ class ContextRecord(BaseHistorizedItem, ImageModel, OwnPerms, label = models.CharField(_(u"ID"), max_length=200) description = models.TextField(_(u"Description"), blank=True, null=True) comment = models.TextField(_(u"General comment"), blank=True, null=True) - opening_date = models.DateField(_(u"Date d'ouverture"), + opening_date = models.DateField(_(u"Opening date"), blank=True, null=True) - closing_date = models.DateField(_(u"End date"), blank=True, null=True) + closing_date = models.DateField(_(u"Closing date"), blank=True, null=True) length = models.FloatField(_(u"Length (m)"), blank=True, null=True) width = models.FloatField(_(u"Width (m)"), blank=True, null=True) thickness = models.FloatField(_(u"Thickness (m)"), blank=True, |
