Skip to content

Commit ec335a7

Browse files
authored
chore: update docs strings (#843)
1 parent c9c4b0e commit ec335a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

model_clone/mixin.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ class CloneMixin(object):
3535
:param _clone_o2o_fields: One to One fields.
3636
:type _clone_o2o_fields: collections.Iterable
3737
38+
:param _clone_linked_m2m_fields: List of fields to link to the cloned instance.
39+
:type _clone_linked_m2m_fields: collections.Iterable
40+
3841
:param _clone_excluded_fields: Excluded model fields.
3942
:type _clone_excluded_fields: collections.Iterable
4043
:param _clone_excluded_m2m_fields: Excluded many to many fields.

0 commit comments

Comments
 (0)