Skip to content

Commit

Permalink
bug: Removed deprecated kwargs (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Jan 31, 2022
1 parent fa1f90a commit d72fc64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion model_clone/mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ def __duplicate_o2m_fields(self, duplicate, using=None):
except IntegrityError:
item.make_clone(
attrs={f.remote_field.name: duplicate},
save_new=False,
sub_clone=True,
using=using,
)
Expand Down

0 comments on commit d72fc64

Please sign in to comment.