Delete method Tag.leave_group, leftover from 1-parent days.
This commit is contained in:
parent
8c797024e0
commit
953a85c998
1 changed files with 0 additions and 4 deletions
|
@ -1280,10 +1280,6 @@ class Tag(ObjectBase, GroupableMixin):
|
||||||
return synonyms
|
return synonyms
|
||||||
|
|
||||||
@decorators.required_feature('tag.edit')
|
@decorators.required_feature('tag.edit')
|
||||||
# GroupableMixin.leave_group already has @transaction.
|
|
||||||
def leave_group(self, *args, **kwargs):
|
|
||||||
return super().leave_group(*args, **kwargs)
|
|
||||||
|
|
||||||
@decorators.required_feature('tag.edit')
|
@decorators.required_feature('tag.edit')
|
||||||
# GroupableMixin.remove_child already has @transaction.
|
# GroupableMixin.remove_child already has @transaction.
|
||||||
def remove_child(self, *args, **kwargs):
|
def remove_child(self, *args, **kwargs):
|
||||||
|
|
Loading…
Reference in a new issue