diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-12-30 17:19:57 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-12-30 17:19:57 +0100 |
commit | 45562901b3956955d825d4b8f1914ac2e48f0463 (patch) | |
tree | 5a2ec62836501b9a6d94b04ff02bb9f0a4374d4c /archaeological_operations/views.py | |
parent | bd14b56fea4482a15ea56174d88922aafa033cde (diff) | |
download | Ishtar-45562901b3956955d825d4b8f1914ac2e48f0463.tar.bz2 Ishtar-45562901b3956955d825d4b8f1914ac2e48f0463.zip |
Sources: duplicate and references
Diffstat (limited to 'archaeological_operations/views.py')
-rw-r--r-- | archaeological_operations/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py index e8f458bc9..256985f50 100644 --- a/archaeological_operations/views.py +++ b/archaeological_operations/views.py @@ -155,6 +155,7 @@ show_operationsource = show_item(models.OperationSource, 'operationsource') get_operationsource = get_item( models.OperationSource, 'get_operationsource', 'operationsource', + bool_fields=['duplicate'], extra_request_keys={ 'operation__towns': 'operation__towns__pk', 'operation__operation_type': 'operation__operation_type__pk', |