[PluginDev] ForeignKey from Core to Plugin #9219
Answered
by
jeremystretch
AlexandreLanglade
asked this question in
Q&A
-
Hi everyone ! Ty 😃 |
Beta Was this translation helpful? Give feedback.
Answered by
jeremystretch
Apr 25, 2022
Replies: 1 comment
-
You can add a ManyToManyField or OneToOneField to your model to represent the inverse relationship. You might also consider employing a custom object field, depending on the specific use case. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AlexandreLanglade
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add a ManyToManyField or OneToOneField to your model to represent the inverse relationship. You might also consider employing a custom object field, depending on the specific use case.