From d8c9d21c33ce08f7e90e5996d4da9d8d25d5f8c4 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 15 Mar 2010 12:58:21 +0000 Subject: [PATCH] Added a transaction rollback needed to clean up after the test introduced by r12764. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12788 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 3ae1290b4a..df0dd805a0 100644 --- a/tests/modeltests/transactions/models.py +++ b/tests/modeltests/transactions/models.py @@ -150,4 +150,6 @@ Traceback (most recent call last): IntegrityError: null value in column "email" violates not-null constraint +>>> transaction.rollback() + """