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 |
Beta Was this translation helpful? Give feedback.
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_data
and inpgh_diff
should be not plain ids, but an object to give user context of what this event actually change.Is there any way to change
pgh_data
andpgh_diff
in case when field is foreign key or related object to return that model data?Beta Was this translation helpful? Give feedback.
All reactions