﻿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
20579	Define the expected state of the database between test cases	Aymeric Augustin	Aymeric Augustin	"As pointed out in [https://code.djangoproject.com/ticket/20483#comment:39 this commment], the fix for #20483 doesn't use the correct set of content types and permissions, because the database is flushed at the end of the test case, not at the beginning. That behavior was introduced in #18271.

The goal of this ticket is to find a good compromise between:
- making the state of the database between test cases as deterministic as possible,
- preserving the optimization of #20483,
- not introducing backwards incompatibilities,
- minimizing the amount of changes — we're after 1.6 alpha.

"	Bug	closed	Testing framework	dev	Release blocker	fixed			Accepted	1	0	0	0	0	0
