﻿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
15595	emphasize the importance of 'from django.test import TestCase'	Kenneth Gonsalves	ShawnMilo	On reading the dev docs on tests one starts of with importing unittest either directly or from django.utils. The docs should clearly specify at the beginning that the optimal way is to do from django.test import TestCase as this will automatically import unittest2 as well as all the goodies.	Bug	closed	Documentation	dev	Normal	fixed			Accepted	1	0	0	0	1	0
