Replies: 1 comment
-
|
This is not optimal DB behaviour, so we won't be supporting this. Otherwise, you can create your own field and widgets, and manually assign them to FK fields in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First of all thank you for this awesome library. I have spent time but are not able to find a good solution to solving the create form, when the sqlaclhemy relationship is defined like this:
I have tried to have a look at the QuerySelectField and it is always choosing the primary key of Parent as value. Is there any way to override this behaviour for it to rather choose in this instance unique_identifier. Will there be other steps also needed to make the inserts and edits work?
Beta Was this translation helpful? Give feedback.
All reactions