﻿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
33356	"""python manage.py test"" fails, but running the individual TestCase pass"	Dylan Yung	nobody	"There's some weird internal Django bug with views that use ""transaction.atomic()"" if you ping that view with multiple TestCase a weird bug will happen where there's a DB check at the end of tests after the DB has been torn down. I made 2 StackOverflow posts regarding this issue and found the fix as well. Hopefully there'll be an internal fix.

Because Django tests the db transaction processing mechanism, the real test part is finish and success, and then it will rollback the data（data flush),so some db level check is no use and misleading.

so we need modify the foreign key check defer to make it get right result.

https://stackoverflow.com/questions/70105907/django-full-test-suite-failing-when-adding-a-testcase-but-full-test-suite-pas/70312267#70312267
https://stackoverflow.com/questions/70166752/django-serializer-throwing-invalid-pk-object-does-not-exist-when-setting-m"	Bug	new	Uncategorized	3.2	Normal				Unreviewed	0	0	0	0	0	0
