Skip to content

0.2.0

Compare
Choose a tag to compare
@artygo8 artygo8 released this 25 Mar 17:07
· 4 commits to main since this release

fix!: Add the many2one in update form

Originally, the many2one were not added to the update form because of
my single usecase. However it absolutely makes sense to be able to
modify the many2one relationships.

To keep the original behiaviour, you can use the except_columns
kwarg and add each of the _id ending fields.

BREAKING CHANGE: Now you have the many2one by default in the update
form.

Refs: #3