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.
Since update to 17 the notes attribute on parts has vanished. The following does not work any longer:
part_to_update.save({ 'notes': 'Hello'}) print(part_to_update.notes)
AttributeError: 'Part' object has no attribute 'notes'
Any idea?