Commit d8c9d21c authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

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
parent 3c06e210
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -150,4 +150,6 @@ Traceback (most recent call last):
IntegrityError: null value in column "email" violates not-null constraint
<BLANKLINE>

>>> transaction.rollback()

"""