diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-15 19:16:43 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-15 19:17:20 +0200 | 
| commit | 6f4a3e5256652d0e8205a2000252dea964e7ad4a (patch) | |
| tree | 5ae38e8786e61c456eb432d467147a63f21bad2e /archaeological_context_records/models.py | |
| parent | 91b7dcb4e74cd4eb4903241862f63fc8ba4015b6 (diff) | |
| download | Ishtar-6f4a3e5256652d0e8205a2000252dea964e7ad4a.tar.bz2 Ishtar-6f4a3e5256652d0e8205a2000252dea964e7ad4a.zip  | |
Context records: add comments on dating (refs #3149)
Diffstat (limited to 'archaeological_context_records/models.py')
| -rw-r--r-- | archaeological_context_records/models.py | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index 1378463a5..89e771eba 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -143,6 +143,8 @@ class ContextRecord(BaseHistorizedItem, OwnPerms, ShortMenuItem):          help_text=_(u"A short description of the location of the context "                      u"record"))      datings = models.ManyToManyField(Dating) +    datings_comment = models.TextField(_(u"Comment on datings"), blank=True, +                                       null=True)      unit = models.ForeignKey(Unit, verbose_name=_(u"Unit"), related_name='+',                               blank=True, null=True)      has_furniture = models.NullBooleanField(_(u"Has furniture?"), blank=True,  | 
