This branch adds Table.upload_attachment() and Model.attachments_field.upload() to support the recently introduced Upload attachment endpoint. Along the way it required a bit of a rethink of how we handle lists in the ORM, especially after #381 introduced a custom list subclass (which makes the type system for the ORM a bit more complex).
This branch adds
Table.upload_attachment()
andModel.attachments_field.upload()
to support the recently introduced Upload attachment endpoint. Along the way it required a bit of a rethink of how we handle lists in the ORM, especially after #381 introduced a custom list subclass (which makes the type system for the ORM a bit more complex).