You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A very common usecase is that we want to update both a model and it's relationships (change both user name and tags in one form) in one request especially m2m relationship. Consider models below:
Is your feature request related to a problem? Please describe.
A very common usecase is that we want to update both a model and it's relationships (change both user name and tags in one form) in one request especially m2m relationship. Consider models below:
Describe the solution you'd like
If we can update user by passing :
That would be great
Describe alternatives you've considered
Use native sqlalchemy ORM update feature:
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: