﻿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
12586	Name error in the model validtion docs	Johann Heller	nobody	"http://docs.djangoproject.com/en/dev/ref/models/instances/#validating-objects contains the following text:

{{{
try:
    article.full_validate()
except ValidationError, e:
    # Do something based on the errors contained in e.error_dict.
    # Display them to a user, or handle them programatically.
}}}
The full_validate method was renamed full_clean."		closed	Documentation	dev		fixed			Unreviewed	0	0	0	0	0	0
