﻿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
4297	make BaseForm's __errors attribute non-private	Gary Wilson <gary.wilson@…>	Adrian Holovaty	"Having `__errors` as a private attribute makes building subclasses that want to access or manipulate errors harder than it could be since the `__errors` attribute is ""hidden away"" in the parent class.  To have access to the subclass's `__errors` attribute you have to override any parent class method that sets the `__errors` attribute (so that it is stored as a private attribute of the subclass instead of a private attribute of the parent class."		closed	Forms	dev		fixed			Design decision needed	1	0	0	0	0	0
