﻿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
8206	Remove models.base.Model.validate(), manipulator field functions, validator lists	Malcolm Tredinnick	Gary Wilson	"With the model-aware validation being pushed to after 1.0, we should ensure nobody uses code that is intentionally in a broken or unsupported state. This means
 * Removing `django.db.models.base.Model.validate()`, since it's always been incomplete and not to be used. But still people try using it. It's not part of the public API at the moment.
 * Removing code in `django.db.models.fields` that is only to support manipulators. They are only oldforms-admin related.
 * Removing validator lists from field classes, since they're again only oldforms-admin related.

This probably goes after removing oldforms (#7742) to get the ordering right for people still using oldforms + manipulators."		closed	Core (Other)	dev		fixed			Accepted	0	0	0	0	0	0
