﻿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
20850	MultiWidget does not respect Widget.needs_multipart_form	Tim Heap	nobody	"If a widget that is wrapped with a MultiWidget has needs_multipart_form set, the MultiWidget does not reflect that. This prevents automatically setting the form enctype correctly using the Form.is_multipart method.

The ClearableFileField from [https://pypi.python.org/pypi/django-form-utils django-form-utils] is an example of such a widget. It combines a FileField with a Checkbox, where the Checkbox allows clearing/removing an already selected file from the form. While this particular widget is now not needed as it is included in Django in an alternate implementation, this bug still exists."	Bug	closed	Uncategorized	1.5	Normal	fixed			Unreviewed	0	0	0	0	0	0
