﻿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
22785	NamedUrlWizard errors are silently discarded when overriding render_done()	Daniel Finch	nobody	"See this line of code: https://github.com/django/django/blob/master/django/contrib/formtools/wizard/views.py#L705

I was hoping to be able to override the render_done method and raise a ValidationError for some fields and have the Wizard show those errors on the relevant step, but it appears that the Wizard simply performs a redirect which means you can't actually do any additional validation (this may be a separate issue though). Either way, I noticed that although the form object (with errors added) is passed to render_revalidation_failure, it doesn't actually get used, unlike render_revalidation_failure used in the base WizardView."	Cleanup/optimization	closed	contrib.formtools	dev	Normal	needsinfo			Unreviewed	0	0	0	0	0	0
