We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3e75ab + 033fca4 commit 89b7662Copy full SHA for 89b7662
model_utils/managers.py
@@ -89,7 +89,7 @@ def _chain(self, **kwargs):
89
chained.__dict__.update(update)
90
return chained
91
92
- def _clone(self, klass=None, setup=False, **kwargs):
+ def _clone(self):
93
qs = super()._clone()
94
for name in ['subclasses', '_annotated']:
95
if hasattr(self, name):
0 commit comments