summaryrefslogtreecommitdiff
path: root/archaeological_operations
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-09-12 00:18:46 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-09-12 00:18:46 +0200
commita96790a5a0899bf1860c7fd1989fe623dee2a4a4 (patch)
treeea0c07d37f724099bf2d613fe8f29138e0a43257 /archaeological_operations
parent07cc588198eb6503a6cc973dac8e97788912778d (diff)
downloadIshtar-a96790a5a0899bf1860c7fd1989fe623dee2a4a4.tar.bz2
Ishtar-a96790a5a0899bf1860c7fd1989fe623dee2a4a4.zip
Serializations: ActType filter in types - Full export of ActType in conf
Diffstat (limited to 'archaeological_operations')
-rw-r--r--archaeological_operations/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py
index 6a25490d7..a120e7db5 100644
--- a/archaeological_operations/models.py
+++ b/archaeological_operations/models.py
@@ -1735,6 +1735,7 @@ class ActType(GeneralType):
('TF', _(u'Treatment request')),
('T', _(u'Treatment')),
)
+ SERIALIZATION_EXCLUDE = ["associated_template"]
intented_to = models.CharField(_("Intended to"), max_length=2,
choices=TYPE)
code = models.CharField(_("Code"), max_length=10, blank=True, null=True)