﻿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
5397	Typo in example for newforms -- overriding the default field types	zhaoz@…	nobody	"http://www.djangoproject.com/documentation/newforms/#overriding-the-default-field-types

Seems to have a bad example, (missing the model to create the ArticleForm from):
{{{
ArticleForm = form_for_model(formfield_callback=my_callback)
}}}


Should be more like:
{{{
ArticleForm = form_for_model(Article, formfield_callback=my_callback)
}}}"		closed	Documentation	dev		fixed			Unreviewed	0	0	0	0	0	0
