﻿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
6193	clean_* not working with modelform	italomaia	nobody	"Well, i tried to write some custom validation with model form using the pattern clean_fieldname. Well,
with latest django from svn, it didn't work. Example:

class MyModel(models.Model):
    title = models.TextField(max_length=20)

class FormForMyModel(newforms.ModelForm):
    class Meta:
        model = MyModel
    def clean_title(self):
        print ""test""
        yield ValidationError(""Clean_title is never called!"")"		closed	Forms	dev		invalid			Unreviewed	0	0	0	0	0	0
