We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2419e9 commit 4a44f4bCopy full SHA for 4a44f4b
1 file changed
src/odin/proxy.py
@@ -101,6 +101,7 @@ def contribute_to_class(self, cls, _): # noqa: PLR0912
101
value = meta_attrs.pop(attr_name)
102
match attr_name:
103
case "verbose_name":
104
+ proxy_attrs["verbose_name"] = value
105
# If defined generate pluralised form base on this name.
106
if "verbose_name_plural" not in proxy_attrs:
107
proxy_attrs["verbose_name_plural"] = value + "s"
0 commit comments