We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6cd318 commit 5fda06fCopy full SHA for 5fda06f
django_features/custom_fields/models/value.py
@@ -44,7 +44,7 @@ class Meta:
44
verbose_name_plural = _("Benutzerdefinierte Werte")
45
46
def __str__(self) -> str:
47
- return self.label
+ return self.text or ""
48
49
@property
50
def text(self) -> str:
0 commit comments