summaryrefslogtreecommitdiff
path: root/archaeological_operations/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r--archaeological_operations/models.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py
index e59cac7d6..bc140a2d7 100644
--- a/archaeological_operations/models.py
+++ b/archaeological_operations/models.py
@@ -759,8 +759,8 @@ class Parcel(LightHistorizedItem):
section = models.CharField(_(u"Section"), max_length=4)
parcel_number = models.CharField(_(u"Parcel number"), max_length=6,
null=True, blank=True)
- external_id = models.CharField(_(u"External ID"), max_length=12, null=True,
- blank=True)
+ external_id = models.CharField(_(u"External ID"), max_length=100,
+ null=True, blank=True)
address = models.TextField(_(u"Address - Locality"), null=True, blank=True)
class Meta: