Adapt cursor to new design of transaction

This commit is contained in:
Jes?s Mart?n Jim?nez 2016-06-28 08:49:35 +02:00
parent dd69ff0a83
commit 7e7a6de93f

View file

@ -36,7 +36,7 @@ class MergeMixin:
self.merged_into = target
self.save()
cursor = Transaction().cursor
cursor = Transaction().connection.cursor()
to_validate = []
for field in model_fields: