summaryrefslogtreecommitdiff
path: root/archaeological_warehouse
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-02-24 19:21:02 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-02-28 12:15:25 +0100
commitfad6e25db506aa4770a71fd89f13493e2a8efb1c (patch)
tree799794111e7efb7df84f8861bf3946d9a76bb6dc /archaeological_warehouse
parent16a47f887447ecccd56fc848aee95fa56af92548 (diff)
downloadIshtar-fad6e25db506aa4770a71fd89f13493e2a8efb1c.tar.bz2
Ishtar-fad6e25db506aa4770a71fd89f13493e2a8efb1c.zip
Update values doc
Diffstat (limited to 'archaeological_warehouse')
-rw-r--r--archaeological_warehouse/models.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/archaeological_warehouse/models.py b/archaeological_warehouse/models.py
index 16bbaab40..7244d60ed 100644
--- a/archaeological_warehouse/models.py
+++ b/archaeological_warehouse/models.py
@@ -1429,11 +1429,9 @@ class Container(DocumentItem, Merge, LightHistorizedItem,
_("Associated context record - use it with caution, "
"only return the first found context_record")),
("material_types",
- _("Material types inside the container - sorted by alphabetical "
- "order")),
+ _("Material types inside the container - string")),
("material_types_code",
- _("Material types code inside the container - sorted by "
- "alphabetical order")),
+ _("Material types code - string")),
]
def get_material_types_code(self) -> str: