diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-01-28 16:32:14 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-01-28 16:32:14 +0100 |
commit | 43075d80e9cfde1b82e741862270601d756e43f7 (patch) | |
tree | b1de8aaa740768efcf6b8b1b878da1fbd87a9baf /archaeological_operations/views.py | |
parent | 22ff7b1077991ec86deec7659c223ca1ce3b7400 (diff) | |
download | Ishtar-43075d80e9cfde1b82e741862270601d756e43f7.tar.bz2 Ishtar-43075d80e9cfde1b82e741862270601d756e43f7.zip |
Change management of default departments - department searches for acts
Diffstat (limited to 'archaeological_operations/views.py')
-rw-r--r-- | archaeological_operations/views.py | 2 |
1 files changed, 2 insertions, 0 deletions
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': ( |