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 | e9e5ebbb172dbf4242ced7e57a17ed1a1caad460 (patch) | |
tree | 5ccf9926aed3e4fee4dce8594f69010ae2b00520 /archaeological_finds/models.py | |
parent | 0369e17eb03343245039fa93487dd7dc23b697a9 (diff) | |
download | Ishtar-e9e5ebbb172dbf4242ced7e57a17ed1a1caad460.tar.bz2 Ishtar-e9e5ebbb172dbf4242ced7e57a17ed1a1caad460.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", |