diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-22 19:10:49 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-24 16:48:04 +0200 |
commit | df6ea17f4b8bb1d45fe480044af80bd19742bf80 (patch) | |
tree | 64d15df919343bcd860d2cb818b353d1ef019e18 /archaeological_files/views.py | |
parent | 4473e91231794ba9082795df9441d49e461b10db (diff) | |
download | Ishtar-df6ea17f4b8bb1d45fe480044af80bd19742bf80.tar.bz2 Ishtar-df6ea17f4b8bb1d45fe480044af80bd19742bf80.zip |
WIP: ajaxify shortcut menu - 2
Diffstat (limited to 'archaeological_files/views.py')
-rw-r--r-- | archaeological_files/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_files/views.py b/archaeological_files/views.py index e457c2ce7..a8053214f 100644 --- a/archaeological_files/views.py +++ b/archaeological_files/views.py @@ -91,6 +91,7 @@ get_file = get_item( 'towns__numero_insee__startswith': 'towns__numero_insee__startswith', 'name': 'name__icontains', + 'cached_label': 'cached_label__icontains', 'comment': 'comment__icontains', 'permit_reference': 'permit_reference__icontains', 'general_contractor__attached_to': |