﻿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
4581	Typo - oldforms should be newforms	anonymous	Jacob	"http://www.djangoproject.com/documentation/newforms/

in the section describing the old form framework it refers to the two ways of setting up forms .. old and new way

It appears as the sample is wrong using:
{{{
#!python
from django import oldforms as forms # new
}}}
where further down is referred to as:
{{{
#!python
from django import newforms as forms # new
}}}

"		closed	Documentation	dev		invalid			Unreviewed	0	0	0	0	0	0
