summaryrefslogtreecommitdiff
path: root/archaeological_finds/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-02-02 09:57:02 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-02-02 10:33:16 +0100
commit277829bdf01336802b452e7c81a0f2e3e2f6ecd3 (patch)
tree99c28890ccda877f8a906c6233fdabd1bec002ed /archaeological_finds/models.py
parent7eea6fc79a93bb0adf8a3322831f0923d4152c1a (diff)
downloadIshtar-277829bdf01336802b452e7c81a0f2e3e2f6ecd3.tar.bz2
Ishtar-277829bdf01336802b452e7c81a0f2e3e2f6ecd3.zip
Finds: batch is now a real type (refs #3435)
Diffstat (limited to 'archaeological_finds/models.py')
-rw-r--r--archaeological_finds/models.py11
1 files changed, 5 insertions, 6 deletions
diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py
index 50c42ef30..1a1ef063d 100644
--- a/archaeological_finds/models.py
+++ b/archaeological_finds/models.py
@@ -1,6 +1,6 @@
from archaeological_finds.models_finds import MaterialType, ConservatoryState,\
PreservationType, IntegrityType, RemarkabilityType, ObjectType, BaseFind, \
- FindBasket, Find, FindSource, Property, IS_ISOLATED_CHOICES, CHECK_CHOICES
+ FindBasket, Find, FindSource, Property, CHECK_CHOICES, BatchType
from archaeological_finds.models_treatments import TreatmentType, Treatment, \
AbsFindTreatments, FindUpstreamTreatments, FindDownstreamTreatments, \
FindTreatments, TreatmentSource, TreatmentFile, TreatmentFileType, \
@@ -9,8 +9,7 @@ from archaeological_finds.models_treatments import TreatmentType, Treatment, \
__all__ = ['MaterialType', 'ConservatoryState', 'PreservationType',
'IntegrityType', 'RemarkabilityType', 'ObjectType',
'BaseFind', 'FindBasket', 'Find', 'FindSource', 'Property',
- 'IS_ISOLATED_CHOICES', 'CHECK_CHOICES',
- 'TreatmentType', 'TreatmentState', 'Treatment', 'AbsFindTreatments',
- 'FindUpstreamTreatments', 'FindDownstreamTreatments',
- 'FindTreatments', 'TreatmentSource', 'TreatmentFile',
- 'TreatmentFileType', 'TreatmentFileSource']
+ 'CHECK_CHOICES', 'BatchType', 'TreatmentType', 'TreatmentState',
+ 'Treatment', 'AbsFindTreatments', 'FindUpstreamTreatments',
+ 'FindDownstreamTreatments', 'FindTreatments', 'TreatmentSource',
+ 'TreatmentFile', 'TreatmentFileType', 'TreatmentFileSource']