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 | 434f2781e98654b56053082b178171224c87105b (patch) | |
tree | 266baf5266b3efef0a8957b47e5fcbf234ba747e /archaeological_finds/models.py | |
parent | 7af8207e1de9f23a9e17f7a81de85231bc87ef0b (diff) | |
download | Ishtar-434f2781e98654b56053082b178171224c87105b.tar.bz2 Ishtar-434f2781e98654b56053082b178171224c87105b.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', |