From fad6e25db506aa4770a71fd89f13493e2a8efb1c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 24 Feb 2021 19:21:02 +0100 Subject: Update values doc --- archaeological_warehouse/models.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'archaeological_warehouse/models.py') 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: -- cgit v1.2.3