mirror of
https://github.com/django/django.git
synced 2025-07-04 09:49:12 +00:00
[1.1.X] Added a transaction rollback needed to clean up after the test introduced by r12764.
Backport of r12788 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12789 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
322a50a3fc
commit
9b85ef2895
@ -119,4 +119,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…
x
Reference in New Issue
Block a user