Class ModelMultipleChoiceField
A MultipleChoiceField whose choices are a model QuerySet.
Declaration
source linkDocumentation
Methods
▶ def __init__(self, queryset, **kwargs) override ▶ def clean(self, value) overrideinherited doc Validate the given value and return its "cleaned" value as an appropriate Python object. Raise ValidationError for any errors.
▶ def has_changed(self, initial, data) overrideinherited doc Return True if data differs from initial.
▶ def to_python(self, value) overrideinherited doc Return a string.
Inherited methods