Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b3ba6b8

Browse files
committedFeb 5, 2014
Restores a transaction.managed to fix Django 1.3 & 1.4
1 parent f1ebf9d commit b3ba6b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎johnny/tests/cache.py

+1
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ def test_savepoints(self):
328328
self.assertEqual(ostart.title, g2.title)
329329
self.assertTrue(hit)
330330

331+
managed(False, 'default')
331332
transaction.leave_transaction_management("default")
332333
transaction.leave_transaction_management("second")
333334

0 commit comments

Comments
 (0)
Please sign in to comment.