﻿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
20859	Example for Model.clean doesn't call parent method	Aymeric Augustin	jimmysong	"https://docs.djangoproject.com/en/dev/topics/forms/modelforms/#overriding-the-clean-method warns that if one customizes the `clean()` method for a model, one should call the parent method to maintain default validation.

https://docs.djangoproject.com/en/dev/ref/models/instances/#django.db.models.Model.clean shows an example which doesn't call the parent method.

I think the example should be modified to take this best practice into account."	Cleanup/optimization	closed	Documentation	1.5	Normal	fixed			Accepted	1	0	0	0	1	0
