In keeping with not ever repeating ourselves, I was wondering if anyone else would find it useful to have ModelFields such as CharField include a mirrored cursor for the optional first argument for verbose name.
If so, I would also suggest that we automatically wrap the verbose_name in the _ for ugettext convention as seen in the first example in the docs
In keeping with not ever repeating ourselves, I was wondering if anyone else would find it useful to have ModelFields such as
CharField
include a mirrored cursor for the optional first argument for verbose name.If so, I would also suggest that we automatically wrap the
verbose_name
in the_
forugettext
convention as seen in the first example in the docsI would be happy to submit a pull request.