diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2014-05-12 17:45:08 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2014-05-12 17:45:08 +0200 |
commit | 01a2ee823110737dfc47f09d2a4471ec8ed39445 (patch) | |
tree | 9071c6c3d33e85fe13288a893607ec08789f420f /archaeological_operations/views.py | |
parent | 659b0b0b1e59e845fe0843854293c771a01113a9 (diff) | |
download | Ishtar-01a2ee823110737dfc47f09d2a4471ec8ed39445.tar.bz2 Ishtar-01a2ee823110737dfc47f09d2a4471ec8ed39445.zip |
Add operator to searches (refs #1678)
Diffstat (limited to 'archaeological_operations/views.py')
-rw-r--r-- | archaeological_operations/views.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py index 4156f09be..88d82bc3a 100644 --- a/archaeological_operations/views.py +++ b/archaeological_operations/views.py @@ -159,7 +159,8 @@ get_administrativeact = get_item(models.AdministrativeAct, 'indexed':'index__isnull', 'operation__towns':'operation__towns__pk'}, reversed_bool_fields = ['index__isnull'],) -show_administrativeact = show_item(models.AdministrativeAct, 'administrativeact') +show_administrativeact = show_item(models.AdministrativeAct, + 'administrativeact') def dashboard_operation(request, *args, **kwargs): """ |