diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-06-02 22:53:12 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-06-02 22:53:12 +0200 |
commit | b78fa1d244be029d49966a920f00f178ee2ef9ae (patch) | |
tree | 5ccf9926aed3e4fee4dce8594f69010ae2b00520 /archaeological_finds/models.py | |
parent | 914fca851a55d60a25eee0a0848175f68f8c4b4c (diff) | |
download | Ishtar-b78fa1d244be029d49966a920f00f178ee2ef9ae.tar.bz2 Ishtar-b78fa1d244be029d49966a920f00f178ee2ef9ae.zip |
Find: add functional area field
Diffstat (limited to 'archaeological_finds/models.py')
-rw-r--r-- | archaeological_finds/models.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py index cd8100aaa..9f562c703 100644 --- a/archaeological_finds/models.py +++ b/archaeological_finds/models.py @@ -21,6 +21,7 @@ from archaeological_finds.models_finds import ( MaterialTypeQualityType, ObjectTypeQualityType, FindInsideContainer, + FunctionalArea ) from archaeological_finds.models_treatments import ( Treatment, @@ -60,6 +61,7 @@ __all__ = [ "FindNonModifTreatments", "FindDownstreamTreatments", "FindTreatments", + "FunctionalArea", "TreatmentFile", "TreatmentFileType", "CommunicabilityType", |