﻿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
11847	FormWizard in urlconf is not reversable	rnm@…	nobody	"The recommended way to use a FormWizard is to embed the FormWizard into the urlconf (where it'll be called with __call__, and operates like a view).  However, any template that uses the ""url"" tag to reverse a view won't work with this.

Fix: don't embed the FormWizard directly into urlconf; wrap it in a view (how?  haven't had any luck with this)
Workaround: add another entry to urlconf for the _same_ url, pointing to a view that does nothing.  Use this view as the 'url' tag parameter in the template.

I acknowledge this is really ugly."		closed	contrib.formtools	1.1		invalid	formwizard url reverse		Unreviewed	0	0	0	0	0	0
