Field.many_to_many
Boolean flag that is True
if the field has a many-to-many relation; False
otherwise. The only field included with Django where this is True
is ManyToManyField
.
Field.many_to_many
Boolean flag that is True
if the field has a many-to-many relation; False
otherwise. The only field included with Django where this is True
is ManyToManyField
.
Please login to continue.