summaryrefslogtreecommitdiff
path: root/archaeological_operations/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-01-25 21:40:46 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-01-25 21:40:46 +0100
commiteae7d043a96387310cc8f7ee88a1a2568692b021 (patch)
treed9b092aa484b251ef3895658083915b7a62756b1 /archaeological_operations/models.py
parent223c0e562bbfd68a2627f86d8b67bc06d4637241 (diff)
downloadIshtar-eae7d043a96387310cc8f7ee88a1a2568692b021.tar.bz2
Ishtar-eae7d043a96387310cc8f7ee88a1a2568692b021.zip
Several changes on models to manage complex find imports
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r--archaeological_operations/models.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py
index ab59d3f1c..00c2dd523 100644
--- a/archaeological_operations/models.py
+++ b/archaeological_operations/models.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-# Copyright (C) 2012-2014 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet>
+# Copyright (C) 2012-2015 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet>
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
@@ -664,6 +664,7 @@ class Parcel(LightHistorizedItem):
verbose_name=_(u"Town"))
section = models.CharField(_(u"Section"), max_length=4)
parcel_number = models.CharField(_(u"Parcel number"), max_length=6)
+ address = models.TextField(_(u"Address - Locality"), null=True, blank=True)
class Meta:
verbose_name = _(u"Parcel")