#18129: Capitalization of verbose_name bad design decision. Why waste computer
power.
--------------------------------------+------------------------------------
Reporter: anonymous | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: Uncategorized | Version: 1.4
Severity: Normal | Keywords: capitalize
Triage Stage: Unreviewed | verbose_name
Easy pickings: 0 | Has patch: 0
| UI/UX: 0
--------------------------------------+------------------------------------
When djnago generates names from model members, capitalization may be a
good thing (but should be configurable, todays modern web designs often
use lowercase labels [yes you can do this in css, but why must I?]). But
to capitalize verbose_names is an waste of computer power and makes django
slower. Verbose name should be displayed as it was entered without any
change when using in modelforms form.as_xxxx
--
Ticket URL: <https://code.djangoproject.com/ticket/18129>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.