summaryrefslogtreecommitdiff
path: root/archaeological_finds/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-03-06 17:02:09 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-03-06 17:02:09 +0100
commitfa105b35025742223d4238c8314287ad9e9f78a5 (patch)
treea23858d5894be17cb2d0caa08060c66e48994837 /archaeological_finds/models.py
parentda42af85b96513e69db706555fa6ac02b38bcaa7 (diff)
parent4c5e12584c253b3d84abcf946cb6ce1bae8fcbcb (diff)
downloadIshtar-fa105b35025742223d4238c8314287ad9e9f78a5.tar.bz2
Ishtar-fa105b35025742223d4238c8314287ad9e9f78a5.zip
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'archaeological_finds/models.py')
-rw-r--r--archaeological_finds/models.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py
index 1a1ef063d..eb209461f 100644
--- a/archaeological_finds/models.py
+++ b/archaeological_finds/models.py
@@ -1,6 +1,7 @@
from archaeological_finds.models_finds import MaterialType, ConservatoryState,\
PreservationType, IntegrityType, RemarkabilityType, ObjectType, BaseFind, \
- FindBasket, Find, FindSource, Property, CHECK_CHOICES, BatchType
+ FindBasket, Find, FindSource, Property, CHECK_CHOICES, BatchType, \
+ BFBulkView, FBulkView, FirstBaseFindView
from archaeological_finds.models_treatments import TreatmentType, Treatment, \
AbsFindTreatments, FindUpstreamTreatments, FindDownstreamTreatments, \
FindTreatments, TreatmentSource, TreatmentFile, TreatmentFileType, \
@@ -9,6 +10,7 @@ from archaeological_finds.models_treatments import TreatmentType, Treatment, \
__all__ = ['MaterialType', 'ConservatoryState', 'PreservationType',
'IntegrityType', 'RemarkabilityType', 'ObjectType',
'BaseFind', 'FindBasket', 'Find', 'FindSource', 'Property',
+ 'BFBulkView', 'FBulkView', 'FirstBaseFindView',
'CHECK_CHOICES', 'BatchType', 'TreatmentType', 'TreatmentState',
'Treatment', 'AbsFindTreatments', 'FindUpstreamTreatments',
'FindDownstreamTreatments', 'FindTreatments', 'TreatmentSource',