-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Join list of objects #121
Comments
Can you please send code to reproduce and output? |
What I exactly mean here is to introduce So on top of existing
we add
Does it make sense to you to add such feature or it's too compllicated? |
Maybe its about relationship_type? relationship_type: Specifies the relationship type, such as "one-to-one" or "one-to-many". Default is "one-to-one". |
Is your feature request related to a problem? Please describe.
For OneToMany relationships, using
get_joined
orget_multi_joined
returns one nested object, while in some cases I'd like to return all related objects.Describe the solution you'd like
fastcrud.get_joined_list(...) ->
The text was updated successfully, but these errors were encountered: