﻿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
10440	attribute vs. method call	rihad	nobody	"A quick suggestion:

Taken from http://www.djangobook.com/en/2.0/chapter07/
{{{
>>> f = ContactForm({'subject': 'Hello', 'email': 'adrian@example.com', 'message': 'Nice site!'})
""""""
>>> f.is_bound
True
>>> f.is_valid()
True
""""""
}}}
Why not hide internal details of the implementation by making all such calls either attributes/properties (cooler IMHO) or method calls?"		closed	Forms	dev		wontfix			Unreviewed	0	0	0	0	0	0
