summaryrefslogtreecommitdiff
path: root/ishtar_common/models_imports.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/models_imports.py')
-rw-r--r--ishtar_common/models_imports.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ishtar_common/models_imports.py b/ishtar_common/models_imports.py
index 46d92c994..b61d591b1 100644
--- a/ishtar_common/models_imports.py
+++ b/ishtar_common/models_imports.py
@@ -672,7 +672,8 @@ class ValueFormater(models.Model):
"A string used to format a value using the Python "
'"format()" method. The site https://pyformat.info/ '
'provide good examples of usage. Only one "{}" entry '
- "is managed. The input is assumed to be a string."
+ 'is managed. Instead you can use "{item}". The input is '
+ 'assumed to be a string.'
),
)
objects = SlugModelManager()