summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-03-15 12:58:21 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-03-15 12:58:21 +0000
commitd8c9d21c33ce08f7e90e5996d4da9d8d25d5f8c4 (patch)
tree163d778c14873e7a83810a3f03a40942439ea840
parent3c06e2101bbb05863a5325dc8b6fb1979384f899 (diff)
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
-rw-r--r--tests/modeltests/transactions/models.py2
1 files changed, 2 insertions, 0 deletions
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
<BLANKLINE>
+>>> transaction.rollback()
+
"""