﻿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
16925	disconnect signal before checking test success	adsworth	adsworth	"Disconnect the presave signal before calling assertEquals, in the test `regressiontests.fixtures_regress.tests.TestFixtures.test_field_value_coerce`
. If the test fails  (as it currently does for Python 3) the pre_save signal stays connected and causes a multitude of later tests to error.

before fix:
Ran 4036 tests in 94.677s

FAILED (failures=505, errors=1375, skipped=56, expected failures=1, unexpected successes=1)

after fix:
Ran 4090 tests in 229.091s

FAILED (failures=600, errors=770, skipped=72, expected failures=2, unexpected successes=1)

"	Bug	closed	Python 3	1.3	Normal	fixed		adsworth	Ready for checkin	1	0	0	0	0	0
