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
I am attempting to implement generic Links or Links to unspecified models for logging purposes. Specifically, I need to save the entity that a user has either created or modified.
In MongoEngine, there is a generic reference field that allows the saving of a reference to any kind of model.
I have tried several approaches, but none have been successful so far:
Unfortunately, none of these attempts have yielded the desired outcome. I am seeking guidance on how to resolve this issue and implement generic Links successfully.
Thank you for your assistance!
Any help or insights would be greatly appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am attempting to implement generic Links or Links to unspecified models for logging purposes. Specifically, I need to save the entity that a user has either created or modified.
In MongoEngine, there is a generic reference field that allows the saving of a reference to any kind of model.
I have tried several approaches, but none have been successful so far:
Unfortunately, none of these attempts have yielded the desired outcome. I am seeking guidance on how to resolve this issue and implement generic Links successfully.
Thank you for your assistance!
Any help or insights would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions