summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-06-11 02:52:49 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2015-06-11 02:52:49 +0200
commitd48af485af6e58386bbe66ff9992fea71b6adad2 (patch)
treedbc2532faadca60404735a99d8f9c58b61a16a25 /archaeological_finds
parent4845280f685896eafd6c4e7794e5123818e92762 (diff)
parent153f850062bcddcacd325141d845882b438d61b2 (diff)
downloadIshtar-d48af485af6e58386bbe66ff9992fea71b6adad2.tar.bz2
Ishtar-d48af485af6e58386bbe66ff9992fea71b6adad2.zip
Merge branch 'stable'
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py
index 1fb92f9d8..8aae745e6 100644
--- a/archaeological_finds/models.py
+++ b/archaeological_finds/models.py
@@ -195,7 +195,7 @@ class Find(BaseHistorizedItem, ImageModel, OwnPerms, ShortMenuItem):
null=True)
volume = models.FloatField(_(u"Volume (l)"), blank=True, null=True)
weight = models.FloatField(_(u"Weight (g)"), blank=True, null=True)
- weight_unit = models.CharField(_(u"Weight unit"), max_length=1,
+ weight_unit = models.CharField(_(u"Weight unit"), max_length=4,
blank=True, null=True, choices=WEIGHT_UNIT)
find_number = models.IntegerField(_("Find number"), blank=True, null=True)
upstream_treatment = models.ForeignKey("Treatment", blank=True, null=True,