diff options
author | Cefin <kevon@tuta.io> | 2022-08-17 09:48:55 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:17 +0100 |
commit | e1f4d124c87c0dc0c78d245c4daa61a3778d03ec (patch) | |
tree | 3ce6ae733489b2eefaf9aa339497d0e48c591955 /archaeological_operations/models.py | |
parent | 940ab59aa844ff706f9037b81dc279d9b5d4d2bb (diff) | |
download | Ishtar-e1f4d124c87c0dc0c78d245c4daa61a3778d03ec.tar.bz2 Ishtar-e1f4d124c87c0dc0c78d245c4daa61a3778d03ec.zip |
WIP: add "is locked" search (refs #5419)
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r-- | archaeological_operations/models.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 3ee2cf20e..1567fecc6 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -310,6 +310,8 @@ class ArchaeologicalSite( DATED_FIELDS = BaseHistorizedItem.DATED_FIELDS + ["sinking_date"] + BOOL_FIELDS = BaseHistorizedItem.BOOL_FIELDS + EXTRA_REQUEST_KEYS = { "towns_label": "towns", "collaborators__pk": "collaborators__pk", # dynamic_table_documents |