[1.5.x] Fixed a typo in the test suite that was causing some spurious failures with pypy.

Backport of 6afc85af47
This commit is contained in:
Julien Phalip 2013-02-06 22:10:13 -08:00
parent 20ac33100c
commit 5ba76825cf
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ class DeletionTests(TestCase):
)
models.signals.post_delete.disconnect(log_post_delete)
models.signals.post_delete.disconnect(log_pre_delete)
models.signals.pre_delete.disconnect(log_pre_delete)
@skipUnlessDBFeature("can_defer_constraint_checks")
def test_can_defer_constraint_checks(self):