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
This commit is contained in:
Russell Keith-Magee 2010-03-15 12:58:21 +00:00
parent 3c06e2101b
commit d8c9d21c33
1 changed files with 2 additions and 0 deletions

View File

@ -150,4 +150,6 @@ Traceback (most recent call last):
IntegrityError: null value in column "email" violates not-null constraint
<BLANKLINE>
>>> transaction.rollback()
"""