[Fixed]-Django Reverse relationship with Recursive M2M Relationship

1👍

This seems to be a duplicate of
How to make recursive ManyToManyField relationships that have extra fields symmetrical in Django?
but i cant mark them

Basicly this is not possible in django as you have to define symmetrical=False.
You have the option to add a second m2m field for the other way around. The other thread has some good reads about that

Leave a comment