diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-06-01 20:17:56 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-06-01 20:17:56 +0200 |
| commit | b0c97fde2f2e3c6ce5043172321366dc1d2e089f (patch) | |
| tree | 9189b70fbe3cadf75da073c034a490017c4f9bb6 /archaeological_finds | |
| parent | 746cc873bec6b10a9c22fdf7e946928c6d3fd822 (diff) | |
| parent | 99b70dd1e0724e08e55d99185407caada9ab5eaf (diff) | |
| download | Ishtar-b0c97fde2f2e3c6ce5043172321366dc1d2e089f.tar.bz2 Ishtar-b0c97fde2f2e3c6ce5043172321366dc1d2e089f.zip | |
Merge branch 'master' into v0.9
Diffstat (limited to 'archaeological_finds')
| -rw-r--r-- | archaeological_finds/models_finds.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index 668546602..9a993ad37 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -559,6 +559,7 @@ class Find(ValueGetter, BaseHistorizedItem, ImageModel, OwnPerms, } EXTRA_FULL_FIELDS = [ + 'datings', 'base_finds__cache_short_id', 'base_finds__cache_complete_id', 'base_finds__comment', 'base_finds__description', 'base_finds__topographic_localisation', @@ -600,7 +601,6 @@ class Find(ValueGetter, BaseHistorizedItem, ImageModel, OwnPerms, 'base_finds__context_record__operation__code_patriarche': 'base_finds__context_record__operation__code_patriarche', 'datings__period': 'datings__period__pk', - 'material_types': 'material_types__pk', 'base_finds__find__description': 'base_finds__find__description__icontains', 'base_finds__batch': 'base_finds__batch', |
