diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-30 14:34:20 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-30 14:34:20 +0200 |
commit | 7ad02fce79819039d6a1d52740b5e49a6a4827d1 (patch) | |
tree | 9c91640c72d3fa55d86a1eb463206ee00b48784f /archaeological_finds | |
parent | b2f84e94fce3ef064b4e98150ebd0d4979bee5cd (diff) | |
download | Ishtar-7ad02fce79819039d6a1d52740b5e49a6a4827d1.tar.bz2 Ishtar-7ad02fce79819039d6a1d52740b5e49a6a4827d1.zip |
🚑️ search query: fix multiple date criteria on the same attribute
Diffstat (limited to 'archaeological_finds')
-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 6cb1499ca..aea0f51b4 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -1224,6 +1224,7 @@ class Find( "museum_entry_date__gte", "museum_entry_date_end__lte", "museum_entry_date_end__gte", + "museum_allocation_date", "museum_allocation_date__lte", "museum_allocation_date__gte", ] |