﻿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
12627	If all fields are readonly or editable=False, their ModelForm is always valid and can raise exceptions	KyleMac	Clifford Gama	If all fields are marked as readonly_fields on a ModelAdmin, or they're editable=False in the actual model, then their ModelForm will always be valid and it will try to save the data. If every field has a default or allows null then a blank row will be added, if not then an IntegrityError will be raised.	Bug	closed	contrib.admin	dev	Normal	invalid	readonly_fields editable	kitsunde@… Clifford Gama	Accepted	0	0	0	0	0	0
