diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-08-20 18:42:36 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-08-20 18:42:36 +0200 |
commit | 521b2c11e07bcd373275ddf918e523fcdac8be03 (patch) | |
tree | 01493b511c1b598a41c2ca4dd6630e25124a1e4b /archaeological_warehouse/models.py | |
parent | 193fbc5831e470f0eb169affa233c999f9d5f192 (diff) | |
download | Ishtar-521b2c11e07bcd373275ddf918e523fcdac8be03.tar.bz2 Ishtar-521b2c11e07bcd373275ddf918e523fcdac8be03.zip |
Fix sorting on tables
Diffstat (limited to 'archaeological_warehouse/models.py')
-rw-r--r-- | archaeological_warehouse/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_warehouse/models.py b/archaeological_warehouse/models.py index bbcdd93d7..15d51aca1 100644 --- a/archaeological_warehouse/models.py +++ b/archaeological_warehouse/models.py @@ -314,6 +314,7 @@ class Container(LightHistorizedItem, ImageModel): 'finds__base_finds__context_record': 'finds__base_finds__context_record', 'finds': 'finds', + 'container_type__label': 'container_type__label', } SHOW_URL = 'show-container' COL_LABELS = { |