ManyToManyField.limit_choices_to
Same as ForeignKey.limit_choices_to
.
limit_choices_to
has no effect when used on a ManyToManyField
with a custom intermediate table specified using the through
parameter.
ManyToManyField.limit_choices_to
Same as ForeignKey.limit_choices_to
.
limit_choices_to
has no effect when used on a ManyToManyField
with a custom intermediate table specified using the through
parameter.
Please login to continue.