On Jan 30, 8:37 pm, Vadim Macagon <[EMAIL PROTECTED]> wrote:
> A two line change to BoundField will do the trick, I can submit a patch
> if desired.
I would suggest filing a ticket so that your suggestion and patch
don't get forgotten.
http://code.djangoproject.com/simpleticket
--~--~-
Hi,
Currently to access help_text for a field in a template I have to do this:
{{ form..field.help_text }}
would be nicer if I could just do this:
{{ form..help_text }}
A two line change to BoundField will do the trick, I can submit a patch
if desired.
-+ enlight +-
--~--~-~--~---