﻿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
20789	Inconsistent imports  for Django Testcase	graham.klyne@…	nobody	"In the documentation page at: https://docs.djangoproject.com/en/1.5/topics/testing/overview/

The 'unittest2' box at the top of the page has:

    from django.utils import unittest

But in the first example below this we have:

    from django.test import TestCase

I note the generated test.py has the latter form of import.

I assume one of these is wrong, probably the first?

#g
"	Bug	closed	Documentation	1.5	Normal	invalid	Testcase import		Unreviewed	0	0	0	0	0	0
