diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-10 17:37:54 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-10 17:37:54 +0200 |
commit | 01367ba32a282a439d72c3669613889c579aeb89 (patch) | |
tree | 266baf5266b3efef0a8957b47e5fcbf234ba747e /archaeological_finds/models.py | |
parent | bcc7c18b08411f7b4fc7a48e9cb13fa56cd23fa0 (diff) | |
download | Ishtar-01367ba32a282a439d72c3669613889c579aeb89.tar.bz2 Ishtar-01367ba32a282a439d72c3669613889c579aeb89.zip |
Preservation type disappearing (refs #3752)
Diffstat (limited to 'archaeological_finds/models.py')
-rw-r--r-- | archaeological_finds/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py index f0dcf96c4..2f7c547b8 100644 --- a/archaeological_finds/models.py +++ b/archaeological_finds/models.py @@ -8,7 +8,7 @@ from archaeological_finds.models_treatments import Treatment, \ FindTreatments, TreatmentSource, TreatmentFile, TreatmentFileType, \ TreatmentFileSource, TreatmentState -__all__ = ['MaterialType', 'ConservatoryState', 'PreservationType', +__all__ = ['MaterialType', 'ConservatoryState', 'IntegrityType', 'RemarkabilityType', 'ObjectType', 'BaseFind', 'FindBasket', 'Find', 'FindSource', 'Property', 'BFBulkView', 'FBulkView', 'FirstBaseFindView', 'AlterationType', |