Skip to content

Bumped version to 0.0.3beta3#11

Merged
arnabJ merged 1 commit intomainfrom
dev-colab
Oct 8, 2025
Merged

Bumped version to 0.0.3beta3#11
arnabJ merged 1 commit intomainfrom
dev-colab

Conversation

@arnabJ
Copy link
Owner

@arnabJ arnabJ commented Oct 8, 2025

Field types List[Link[ModelName]] (OnetoMany relations) are now properly decoded as HasMany (Field) and rendered in Select2 with MultiSelect capability instead of being decoded as a ListField.

OneToOne and OneToMany fields are properly saved to DB without the need to explicitly wrap the fields in HasOne or HasMany in user's custom ModelView.

Added a small fix where in certain scenarios, the id filed may give the error - "ValueError: Can't find attribute with key id".

Field types List[Link[ModelName]] (OnetoMany relations) are now properly decoded as HasMany (Field) and rendered in Select2 with MultiSelect capability instead of being decoded as a ListField.
OneToOne and OneToMany fields are properly saved to DB without the need to explicitly wrap the fields in HasOne or HasMany in user's custom ModelView.
Add a small fix where in certain scenarios, the id filed may give the error - ValueError: Can't find attribute with key id
@arnabJ arnabJ merged commit 9e451c4 into main Oct 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant