Class AutocompleteMixin
Select widget mixin that loads options from AutocompleteJsonView via AJAX.
Declaration
class AutocompleteMixin
source linkDocumentation
Renders the necessary data attributes for select2 and adds the static form
media.
Methods
▷ def __init__(self, rel, admin_site, attrs=None, choices=(), using=None) ▶ def build_attrs(self, base_attrs, extra_attrs=None) Set select2's AJAX attributes.
Attributes can be set using the html5 data attribute.
Nested attributes require a double dash as per
https://select2.org/configuration/data-attributes#nested-subkey-options
▷ def media(self) @property ▷ def optgroups(self, name, value, attr=None) Return selected options based on the ModelChoiceIterator.
Subclasses