Skip to content

Commit 3d2db89

Browse files
committed
modify south DatabaseOperator for fitting django 1.3
1 parent 1209a9a commit 3d2db89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

django_mongodb_engine/south.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ def get_pending_creates(self):
4848
def start_transaction(self):
4949
pass
5050

51+
def rollback_transaction(self):
52+
pass
53+
5154
def rollback_transactions_dry_run(self):
5255
pass
5356

0 commit comments

Comments
 (0)