mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +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
1 changed files with 2 additions and 0 deletions
|
@ -150,4 +150,6 @@ Traceback (most recent call last):
|
|||
IntegrityError: null value in column "email" violates not-null constraint
|
||||
<BLANKLINE>
|
||||
|
||||
>>> transaction.rollback()
|
||||
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue