From 9f9afced817b6f663d4edc8856556b55b2e294b6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 28 Jan 2016 16:32:14 +0100 Subject: Change management of default departments - department searches for acts --- archaeological_operations/views.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_operations/views.py') diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py index 8b8d820a3..e37a615eb 100644 --- a/archaeological_operations/views.py +++ b/archaeological_operations/views.py @@ -139,6 +139,8 @@ get_operation = get_item( 'start_after': 'start_date__gte', 'end_before': 'excavation_end_date__lte', 'end_after': 'excavation_end_date__gte', + 'towns__numero_insee__startswith': + 'towns__numero_insee__startswith', 'parcel_0': ('parcels__section', 'associated_file__parcels__section'), 'parcel_1': ( -- cgit v1.2.3