From 9b85ef28952c66b7fc09b245a28bd6df81125114 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 15 Mar 2010 13:00:24 +0000 Subject: [PATCH] [1.1.X] Added a transaction rollback needed to clean up after the test introduced by r12764. Backport of r12788 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12789 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/modeltests/transactions/models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/modeltests/transactions/models.py b/tests/modeltests/transactions/models.py index 9f32776f26..5301de4def 100644 --- a/tests/modeltests/transactions/models.py +++ b/tests/modeltests/transactions/models.py @@ -119,4 +119,6 @@ Traceback (most recent call last): IntegrityError: null value in column "email" violates not-null constraint +>>> transaction.rollback() + """