diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-25 18:47:43 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-25 18:47:43 +0200 |
commit | d71ab9b6f0efc1ec27cc4dcafdad1f3119a2566a (patch) | |
tree | 997479d14469cda15f0ae5b20c9011eb3a71e6b6 /archaeological_warehouse/models.py | |
parent | 95a7082eb3284818d6e0711c07b433a28c31dca7 (diff) | |
parent | 7446f5449fe9638c9e4ee97cdeed9dbb748d2b14 (diff) | |
download | Ishtar-d71ab9b6f0efc1ec27cc4dcafdad1f3119a2566a.tar.bz2 Ishtar-d71ab9b6f0efc1ec27cc4dcafdad1f3119a2566a.zip |
Merge branch 'develop' into develop-bootstrap
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 = { |