I'm new to Django
and in my first project I'm working with models that are related to each other.
While typing the autocomplete function of PyCharm
suggested me ManyToManyField
and ManyToManyRel
. However, I couldn't find an answer that describes the exact differences between those classes and when to use which one.
Thanks for your help.