diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-01-03 18:32:42 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-01-03 18:32:42 +0100 |
commit | eba446ec3dbdb4e45e1dbae5cc0578bd34cffe32 (patch) | |
tree | f990caab32aeb70b86a7eb959ed06135522c4a15 /archaeological_finds | |
parent | 13cc881d6eb1da1ab4abed8dc11d2574ce37edda (diff) | |
download | Ishtar-eba446ec3dbdb4e45e1dbae5cc0578bd34cffe32.tar.bz2 Ishtar-eba446ec3dbdb4e45e1dbae5cc0578bd34cffe32.zip |
Search: modified before / modified after
Diffstat (limited to 'archaeological_finds')
-rw-r--r-- | archaeological_finds/models_finds.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index 1dd56a82e..f4056cf4b 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -1092,10 +1092,6 @@ class Find(BulkUpdatedItem, ValueGetter, DocumentItem, BaseHistorizedItem, pgettext_lazy("key for text search", "last-modified-by"), 'history_modifier__ishtaruser__person__cached_label__icontains' ), - 'modified_since': - SearchAltName( - pgettext_lazy("key for text search", "modified-since"), - 'last_modified__gte'), 'history_creator': SearchAltName( pgettext_lazy("key for text search", "created-by"), |