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 | 546fabe02e7b602e2e319aa57e9f835cff564846 (patch) | |
| tree | d83807593dce8ef9721c3a5ecd33c59c1efd9ff0 /archaeological_finds/models_finds.py | |
| parent | bd0b2ee98e76ada212d67e5e14c5e5c6d2650593 (diff) | |
| download | Ishtar-546fabe02e7b602e2e319aa57e9f835cff564846.tar.bz2 Ishtar-546fabe02e7b602e2e319aa57e9f835cff564846.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', |
