diff options
| author | QuentinAndre <quentin.andre@imt-atlantique.net> | 2021-07-10 08:37:57 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-11-16 17:04:41 +0100 |
| commit | e57bd74364d5163fe456739bb2aa8fd2e873d07c (patch) | |
| tree | d9f78eaa01a81a5db6eb63ba040928cec7de7ffd /archaeological_finds/models.py | |
| parent | 223a5ba37e834f46b47ceb47e1550c8006357b95 (diff) | |
| download | Ishtar-e57bd74364d5163fe456739bb2aa8fd2e873d07c.tar.bz2 Ishtar-e57bd74364d5163fe456739bb2aa8fd2e873d07c.zip | |
api for geo_get_items for context records + tests
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 9f562c703..c8c526d2f 100644 --- a/archaeological_finds/models.py +++ b/archaeological_finds/models.py @@ -21,7 +21,7 @@ from archaeological_finds.models_finds import ( MaterialTypeQualityType, ObjectTypeQualityType, FindInsideContainer, - FunctionalArea + FunctionalArea, ) from archaeological_finds.models_treatments import ( Treatment, |
