diff options
Diffstat (limited to 'archaeological_operations/models.py')
| -rw-r--r-- | archaeological_operations/models.py | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 5f5369e8b..85edea71e 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -203,8 +203,7 @@ class Operation(BaseHistorizedItem, OwnPerms, ValueGetter, ShortMenuItem,                                        null=True, blank=True)      operator_reference = models.CharField(          _(u"Operator reference"), max_length=20, null=True, blank=True) -    common_name = models.CharField(_(u"Generic name"), max_length=120, -                                   null=True, blank=True) +    common_name = models.TextField(_(u"Generic name"), null=True, blank=True)      comment = models.TextField(_(u"Comment"), null=True, blank=True)      cached_label = models.CharField(_(u"Cached name"), max_length=500,                                      null=True, blank=True) | 
