﻿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
15591	ModelForm save() behavior contradicts with Model object validation documentation.	vinod@…	nobody	"The documentation at http://docs.djangoproject.com/en/dev/ref/models/instances/#validating-objectsstates that:
""Note that full_clean() will not be called automatically when you call your model’s save() method, nor as a result of ModelForm validation.""

However, this is contradicted by the documentation at http://docs.djangoproject.com/en/dev/topics/forms/modelforms/ that states that:
""Note that save() will raise a ValueError if the data in the form doesn't validate -- i.e., if form.errors evaluates to True.""

It appears that save() shouldn't check validation. That's what is_valid() does, throwing a ValidationError if necessary."	Bug	closed	Documentation	1.2	Normal	fixed	modelform validation save model object		Accepted	0	0	0	0	0	0
