diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-30 15:54:44 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-30 15:54:44 +0100 |
| commit | bfc6d510e3f43c78aefea1efd38b66518370b510 (patch) | |
| tree | d83807593dce8ef9721c3a5ecd33c59c1efd9ff0 /archaeological_finds/models_finds.py | |
| parent | 7b6dda4623536aedba7422f088e821c69b7e3dc4 (diff) | |
| download | Ishtar-bfc6d510e3f43c78aefea1efd38b66518370b510.tar.bz2 Ishtar-bfc6d510e3f43c78aefea1efd38b66518370b510.zip | |
Finds: fix material col in tables
Diffstat (limited to 'archaeological_finds/models_finds.py')
| -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 651559426..bbb74e4f3 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -308,7 +308,7 @@ class Find(BaseHistorizedItem, ImageModel, OwnPerms, ShortMenuItem): CHECK_DICT = dict(CHECK_CHOICES) SHOW_URL = 'show-find' SLUG = 'find' - TABLE_COLS = ['label', 'material_types', 'datings__period__label', + TABLE_COLS = ['label', 'material_types__label', 'datings__period__label', 'base_finds__context_record__parcel__town', 'base_finds__context_record__operation__year', 'base_finds__context_record__operation__operation_code', |
