Options.verbose_name_plural
The plural name for the object:
1 | verbose_name_plural = "stories" |
If this isn’t given, Django will use verbose_name
+ "s"
.
Options.verbose_name_plural
The plural name for the object:
1 | verbose_name_plural = "stories" |
If this isn’t given, Django will use verbose_name
+ "s"
.
Designed by : w10schools
service@w10schools.com
Please login to continue.