Author: russellm
Date: 2010-03-15 08:00:24 -0500 (Mon, 15 Mar 2010)
New Revision: 12789

Modified:
   django/branches/releases/1.1.X/tests/modeltests/transactions/models.py
Log:
[1.1.X] Added a transaction rollback needed to clean up after the test 
introduced by r12764.

Backport of r12788 from trunk.

Modified: django/branches/releases/1.1.X/tests/modeltests/transactions/models.py
===================================================================
--- django/branches/releases/1.1.X/tests/modeltests/transactions/models.py      
2010-03-15 12:58:21 UTC (rev 12788)
+++ django/branches/releases/1.1.X/tests/modeltests/transactions/models.py      
2010-03-15 13:00:24 UTC (rev 12789)
@@ -119,4 +119,6 @@
 IntegrityError: null value in column "email" violates not-null constraint
 <BLANKLINE>
 
+>>> transaction.rollback()
+
 """

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to