﻿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
11215	Testing Django Application document Typo: try...catch should be try...except	jgomo3	nobody	"It's written:

{{{ You can then use a standard try...catch block or unittest.TestCase.assertRaises() to test for exceptions. }}}

It should be:

{{{ You can then use a standard try...except block or unittest.TestCase.assertRaises() to test for exceptions. }}}


http://docs.djangoproject.com/en/dev/topics/testing/#exceptions"		closed	Documentation	1.0		fixed			Unreviewed	0	0	0	0	0	0
