[Fixed]-In what model should I add the ManyToManyField?

19👍

From the Django documentation:

Generally, ManyToManyField instances should go in the object that’s going to be edited on a form.

👤SaeX

1👍

Technically it does not matter. The question is from which model-side you will query the database.

👤Daniel

Leave a comment