1👍
The verbose_name_plural
is evaluated once when the module loads. You shouldn’t use database queries to set it. There isn’t a nice way to make it dynamic.
Source:stackexchange.com
1👍
The verbose_name_plural
is evaluated once when the module loads. You shouldn’t use database queries to set it. There isn’t a nice way to make it dynamic.