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:
parent
3c06e2101b
commit
d8c9d21c33
|
@ -150,4 +150,6 @@ Traceback (most recent call last):
|
||||||
IntegrityError: null value in column "email" violates not-null constraint
|
IntegrityError: null value in column "email" violates not-null constraint
|
||||||
<BLANKLINE>
|
<BLANKLINE>
|
||||||
|
|
||||||
|
>>> transaction.rollback()
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue