Replies: 1 comment 2 replies
|
It sounds like you want to join on foreign keys that are in those dictionaries? At the moment, there is no way to easily accomplish this. You would have to write some custom SQL. We do have a way to do this with the unstructured context data, but unfortunately not on the Events proxy model like you're mentioning |
2 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.
Hi, encountered case when items in
pgh_dataand inpgh_diffshould be not plain ids, but an object to give user context of what this event actually change.Is there any way to change
pgh_dataandpgh_diffin case when field is foreign key or related object to return that model data?All reactions