Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70ca70b

Browse files
committed
Python 2.5 fix
1 parent c1d1845 commit 70ca70b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_transactions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import with_statement
2+
13
from django.db import transaction
24

35
from pytest_django import transaction_test_case

0 commit comments

Comments
 (0)