Releases: swimlane/swimlane-python
Releases Β· swimlane/swimlane-python
v0.0.8
v0.0.7
v0.0.6
- Adding
save
method toRecord
objects, deprecatinginsert
andupdate
methods. - Updating
restrict
method onRecord
objects to use the restrict endpoint and also accept anappend=True
argument to append to existing restrictions instead of overwriting them. - Adding
copy_field_values
utility function to copy values from one valuesList to another.
v0.0.5
v0.0.4
v0.0.3
Added
New recipe (swimlane.records.add_references
) for finding records by query and adding them as references to a particular field (this can be done within the same App or across two different Apps).