Skip to content

Can't pass super.delete kwargs to Part.delete #1276

@samuelbray32

Description

@samuelbray32

def delete(self, force=False):

  • Part.delete does not allow pass-through of kwargs to the super.delete call.
  • This prevents some functionality
    • e.g. I want to wrap several operations including Part.delete in a single transaction. Since I can't pass transaction=False to Part.delete (I think) this is not possible

Metadata

Metadata

Labels

enhancementIndicates new improvements

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions