diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-04-07 19:22:15 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-04-07 19:25:04 +0200 |
| commit | 8f7bbc610d667353f9e8cb8e4ce1ed5de4f77449 (patch) | |
| tree | 5bcdfd374ff4865a6c228e68ef4e073ac4246dac /archaeological_finds/models_finds.py | |
| parent | 497b4a6e6db09f943cbdfb8bdad4305ea226bedb (diff) | |
| download | Ishtar-8f7bbc610d667353f9e8cb8e4ce1ed5de4f77449.tar.bz2 Ishtar-8f7bbc610d667353f9e8cb8e4ce1ed5de4f77449.zip | |
⚡ search: fix cache for GUI searches - find search: fix excavation_id sorting
Diffstat (limited to 'archaeological_finds/models_finds.py')
| -rw-r--r-- | archaeological_finds/models_finds.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index 7e33150ce..39269ff87 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -1436,6 +1436,7 @@ class Find( "documents__image__isnull": "documents__image__isnull", "container__location": "container__location__pk", "container_ref__location": "container_ref__location__pk", + "base_finds__excavation_id": "base_finds__excavation_id" } for table in (TABLE_COLS, TABLE_COLS_FOR_OPE): for key in table: |
