summaryrefslogtreecommitdiff
path: root/archaeological_files/views.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-12-01 19:18:45 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-12-01 19:18:45 +0100
commit5020fb9c32b37c676f3231f0d9c40b4a782d6b5f (patch)
treef7a7b2e7f9a365e920e576e8661364e61d70061e /archaeological_files/views.py
parentb3780b230773ed408bae65fc24a92f484e04b446 (diff)
downloadIshtar-5020fb9c32b37c676f3231f0d9c40b4a782d6b5f.tar.bz2
Ishtar-5020fb9c32b37c676f3231f0d9c40b4a782d6b5f.zip
Administrativ act: search by departments
Diffstat (limited to 'archaeological_files/views.py')
-rw-r--r--archaeological_files/views.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_files/views.py b/archaeological_files/views.py
index 473972d2a..3f7e0bc8b 100644
--- a/archaeological_files/views.py
+++ b/archaeological_files/views.py
@@ -120,6 +120,8 @@ get_administrativeactfile = get_item(
'associated_file__general_contractor__attached_to':
'associated_file__general_contractor__attached_to__pk',
'associated_file__name': 'associated_file__name__icontains',
+ 'operation__towns__numero_insee__startswith':
+ 'operation__towns__numero_insee__startswith',
'associated_file__permit_reference':
'associated_file__permit_reference__icontains'},
relative_session_names={'file': 'associated_file__pk'})