module documentation

Form Widget classes specific to the Django admin site.

Class AdminBigIntegerFieldWidget Undocumented
Class AdminDateWidget Undocumented
Class AdminEmailInputWidget Undocumented
Class AdminFileWidget Undocumented
Class AdminIntegerFieldWidget Undocumented
Class AdminRadioSelect Undocumented
Class AdminSplitDateTime A SplitDateTime Widget that has some admin-specific styling.
Class AdminTextareaWidget Undocumented
Class AdminTextInputWidget Undocumented
Class AdminTimeWidget Undocumented
Class AdminURLFieldWidget Undocumented
Class AdminUUIDInputWidget Undocumented
Class AutocompleteMixin Select widget mixin that loads options from AutocompleteJsonView via AJAX.
Class AutocompleteSelect Undocumented
Class AutocompleteSelectMultiple Undocumented
Class FilteredSelectMultiple A SelectMultiple with a JavaScript filter interface.
Class ForeignKeyRawIdWidget A Widget for displaying ForeignKeys in the "raw_id" interface rather than in a <select> box.
Class ManyToManyRawIdWidget A Widget for displaying ManyToMany ids in the "raw_id" interface rather than in a <select multiple> box.
Class RelatedFieldWidgetWrapper This class is a wrapper to a given widget to add the add icon for the admin interface.
Function get_select2_language Undocumented
Function url_params_from_lookup_dict Convert the type of lookups specified in a ForeignKey limit_choices_to attribute to a dictionary of query parameters
Constant SELECT2_TRANSLATIONS Undocumented
def get_select2_language(): (source)

Undocumented

def url_params_from_lookup_dict(lookups): (source)

Convert the type of lookups specified in a ForeignKey limit_choices_to attribute to a dictionary of query parameters

SELECT2_TRANSLATIONS = (source)

Undocumented

Value
{x.lower(): x for x in ['ar', 'az', 'bg', 'ca', 'cs', 'da', 'de', 'el',
    'en', 'es', 'et', 'eu', 'fa', 'fi', 'fr', 'gl', 'he', 'hi', 'hr', 'hu',
    'id', 'is', 'it', 'ja', 'km', 'ko', 'lt', 'lv', 'mk', 'ms', 'nb', 'nl',
    'pl', 'pt-BR', 'pt', 'ro', 'ru', 'sk', 'sr-Cyrl', 'sr', 'sv', 'th',
    'tr', 'uk', 'vi']}