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.
- Django – Dictionary update sequence element #0 has length 1; 2 is required
- How can I send signals from within Django migrations?
- Django ForeignKey limit_choices_to a different ForeignKey id
- TimeField format in Django template
- Alter Django admin change list title text
Source:stackexchange.com