As every field in django model is required. So how when creating an object of model which is having a field with many to many relationship to another model. We can create this model object without specifying many-to-many field value ?
1
As every field in django model is required. So how when creating an object of model which is having a field with many to many relationship to another model. We can create this model object without specifying many-to-many field value ?
1