diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-24 20:24:51 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:25 +0100 |
commit | 666170c6073266d3780bda82ab88493b64e025d4 (patch) | |
tree | c6ba9619841c2dfb9bfe49f51d5e25e0e1f2d9e2 /archaeological_warehouse | |
parent | 379457b88e55af51919d1485be644e12ab54aeaa (diff) | |
download | Ishtar-666170c6073266d3780bda82ab88493b64e025d4.tar.bz2 Ishtar-666170c6073266d3780bda82ab88493b64e025d4.zip |
Update value docs
Diffstat (limited to 'archaeological_warehouse')
-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 7244d60ed..feea9183e 100644 --- a/archaeological_warehouse/models.py +++ b/archaeological_warehouse/models.py @@ -1432,6 +1432,7 @@ class Container(DocumentItem, Merge, LightHistorizedItem, _("Material types inside the container - string")), ("material_types_code", _("Material types code - string")), + ("finds", _("List of associated finds")), ] def get_material_types_code(self) -> str: |