On Sep 16, 7:37 pm, Karen Tracey <[email protected]> wrote: > > Use this widget for the field: > > http://docs.djangoproject.com/en/1.2/ref/forms/widgets/#django.forms.... > > with render_value=False > Note that the docs indicate the default value for render_value is True but in the code it is False:
http://code.djangoproject.com/browser/django/trunk/django/forms/widgets.py#L232 -- You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en.

