﻿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
24771	Simplify ModelForm._post_clean()	Peter Schmidt	nobody	"PR I would like to see merged to master. And possibly stable/1.8.x but not needed if it might possibly trigger other issues, I'm not sure what the risk appetite is.
https://github.com/django/django/compare/master...mathspace:refactor-modelform-post-clean

--

Originally this started out as an attempt to fix a regression under Django 1.8 with the new test on this branch: https://github.com/django/django/compare/stable/1.8.x...mathspace:modelform-exclude

But it turned out that test is hard to justify (basically trying to force the form and model definitions apart when the Django way is to keep them in sync as much as possible) and hard to fix (triggers 9 or so other errors on stable/1.8.x alone), so I now believe it better to roll forward.
"	Cleanup/optimization	closed	Forms	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
