﻿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
31722	RangeWidget produces 1 subwidget, itself	Ryan Heard	nobody	"The RangeWidget cannot be iterated over correctly, as it returns a list of itself for it's subwidgets.


{{{
{% for subwidget in form.date_range.subwidgets %}
  {{ forloop.counter }}
  {{ subwidget }}
{% endfor %}
}}}

I would expect that to output ""1"" then the start widget, then ""2"" then the end widget. However it only prints ""1"" and then both widgets, since the subwidget is really the current widget."	Uncategorized	closed	Uncategorized	3.0	Normal	invalid	MultiWidget RangeWidget Widget		Unreviewed	1	0	0	0	1	0
