We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c4b0e commit ec335a7Copy full SHA for ec335a7
model_clone/mixin.py
@@ -35,6 +35,9 @@ class CloneMixin(object):
35
:param _clone_o2o_fields: One to One fields.
36
:type _clone_o2o_fields: collections.Iterable
37
38
+ :param _clone_linked_m2m_fields: List of fields to link to the cloned instance.
39
+ :type _clone_linked_m2m_fields: collections.Iterable
40
+
41
:param _clone_excluded_fields: Excluded model fields.
42
:type _clone_excluded_fields: collections.Iterable
43
:param _clone_excluded_m2m_fields: Excluded many to many fields.
0 commit comments