﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
15589	form's field.value not documented	chris@…	nobody	"On http://docs.djangoproject.com/en/dev/topics/forms/
Section ""Looping over the form's fields""

Add:
{{ field.value }}
The value of the field.

Example usage:
{% for field in form %}
   {% if field.value %}
      <p>{{ field.label_tag }}:{{ field.value }}</p>
   {% endif %}
{% endfor %}
"	New feature	closed	Documentation	1.3-beta	Normal	fixed	Form Field Value		Accepted	0	0	0	0	0	0
