summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValérie-Emma Leroux <emma@iggdrasil.net>2018-03-01 19:42:15 +0100
committerValérie-Emma Leroux <emma@iggdrasil.net>2018-03-01 19:42:15 +0100
commit0d38f000695d1bbe0a2d66a990734092f99d9004 (patch)
tree37498a449519156ced3da0ca8bf595d7985e0154
parent586c6464996f8f9d3dfbecd365ac63acfbec6d3b (diff)
downloadIshtar-0d38f000695d1bbe0a2d66a990734092f99d9004.tar.bz2
Ishtar-0d38f000695d1bbe0a2d66a990734092f99d9004.zip
Update finds cols
-rw-r--r--archaeological_finds/models_finds.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py
index bbd9ff7e6..48cab29ab 100644
--- a/archaeological_finds/models_finds.py
+++ b/archaeological_finds/models_finds.py
@@ -559,15 +559,13 @@ class Find(BulkUpdatedItem, ValueGetter, BaseHistorizedItem, ImageModel,
SLUG = 'find'
TABLE_COLS = ['external_id', 'label', 'base_finds__context_record__parcel__town__name',
'base_finds__context_record__operation__common_name',
- 'base_finds__context_record__parcel',
'base_finds__context_record__label',
'material_types__label', 'object_types__label',
'datings__period__label',
- 'container__cached_label',
- 'base_finds__batch', ]
+ 'container__cached_label', ]
if settings.COUNTRY == 'fr':
TABLE_COLS.insert(
- 2, 'base_finds__context_record__operation__code_patriarche')
+ 3, 'base_finds__context_record__operation__code_patriarche')
TABLE_COLS_FOR_OPE = [
'base_finds__cache_short_id',
'base_finds__cache_complete_id',