﻿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
26111	Clarify that fixture loading for TestCase is per test case	karyon	nobody	"[https://docs.djangoproject.com/en/1.9/topics/testing/tools/#django.test.TransactionTestCase.fixtures The testing tools documentation] says ""At the start of each test case, before setUp() is run, Django will flush the database [...] Then, all the named fixtures are installed [...] This flush/load procedure is repeated for each test in the test case""

But [https://docs.djangoproject.com/en/1.9/releases/1.8/#testcase-data-setup 1.8 release notes] say ""Fixture loading within TestCase is now performed once for the whole TestCase.""

if you can confirm the first part is at least ambiguous, i'd fix that if wanted."	Cleanup/optimization	closed	Documentation	1.9	Normal	fixed			Ready for checkin	1	0	0	0	0	0
