Opened 3 years ago
Closed 3 years ago
#33188 closed New feature (wontfix)
Configurable default verbose_name for models
Description ¶
Currently, verbose name is generated as
self.verbose_name = camel_case_to_spaces(self.object_name)
(see Options.py for more details)
But I'd like to also use capfirst
, so it will be nice to be able to configure default behavior across the app.
Note:
See TracTickets
for help on using tickets.
Thanks for the proposal, but I don't think such customization is likely to be used by enough people to justify the feature.