mirror of
https://github.com/django/django.git
synced 2025-04-06 06:26:41 +00:00
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
|
||||
<BLANKLINE>
|
||||
|
||||
>>> transaction.rollback()
|
||||
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user