summaryrefslogtreecommitdiff
path: root/archaeological_operations/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-09-24 10:42:46 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-09-24 10:42:46 +0200
commit6ed9b198eb5029caada7c87bc16b1dc915f8be9f (patch)
tree98bdbb382f8b29ea2d93b897e8db43191419b2ea /archaeological_operations/models.py
parentff8681360e589ff3c8e63dcef6ad0d31ac8ecab8 (diff)
downloadIshtar-6ed9b198eb5029caada7c87bc16b1dc915f8be9f.tar.bz2
Ishtar-6ed9b198eb5029caada7c87bc16b1dc915f8be9f.zip
Remove (for now) ContentType from serialization
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r--archaeological_operations/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py
index d826d3c79..b547db375 100644
--- a/archaeological_operations/models.py
+++ b/archaeological_operations/models.py
@@ -108,7 +108,7 @@ class RecordQualityType(GeneralType):
class CulturalAttributionType(HierarchicalType):
- order = models.IntegerField(_("Order"))
+ order = models.IntegerField(_("Order"), default=10)
class Meta:
verbose_name = _("Cultural attribution type")