﻿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
5221	typo in testing documentation	derelm	Jacob	"http://www.djangoproject.com/documentation/testing/#making-requests

in the example for usage of post()
{{{
>>> c.get('/login/', {'name': 'fred', 'passwd': 'secret'})
}}}
that should obviously be:
{{{
>>> c.post('/login/', {'name': 'fred', 'passwd': 'secret'})
}}}"		closed	Documentation	dev		fixed			Unreviewed	0	0	0	0	0	0
