diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-25 10:15:31 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-25 10:15:31 +0200 |
commit | 5055826f761d02a1d4d2089fc14f59ad6c056e85 (patch) | |
tree | 3d588aeb15ba6fa928176a95395e8b72951daa9f /archaeological_warehouse/models.py | |
parent | 92d22b1ce956af34fb7b98f7bc280ec6ad94d46b (diff) | |
parent | 9f17817b0e89348ae82f88f21befb9568349fbc1 (diff) | |
download | Ishtar-5055826f761d02a1d4d2089fc14f59ad6c056e85.tar.bz2 Ishtar-5055826f761d02a1d4d2089fc14f59ad6c056e85.zip |
Merge branch 'master' into develop
Diffstat (limited to 'archaeological_warehouse/models.py')
-rw-r--r-- | archaeological_warehouse/models.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archaeological_warehouse/models.py b/archaeological_warehouse/models.py index 71f31981a..fdd3a5e63 100644 --- a/archaeological_warehouse/models.py +++ b/archaeological_warehouse/models.py @@ -262,6 +262,11 @@ class Container(LightHistorizedItem, ImageModel): 'location': 'location__pk', 'container_type': 'container_type__pk', 'reference': 'reference__icontains', + 'finds__base_finds__context_record__operation': + 'finds__base_finds__context_record__operation', + 'finds__base_finds__context_record': + 'finds__base_finds__context_record', + 'finds': 'finds', } SHOW_URL = 'show-container' COL_LABELS = { |