module documentation

Form Widget classes specific to the Django admin site.
Constant SELECT2​_TRANSLATIONS Undocumented
Class ​Admin​Big​Integer​Field​Widget Undocumented
Class ​Admin​Date​Widget Undocumented
Class ​Admin​Email​Input​Widget Undocumented
Class ​Admin​File​Widget Undocumented
Class ​Admin​Integer​Field​Widget Undocumented
Class ​Admin​Radio​Select Undocumented
Class ​Admin​Split​Date​Time A SplitDateTime Widget that has some admin-specific styling.
Class ​Admin​Textarea​Widget Undocumented
Class ​Admin​Text​Input​Widget Undocumented
Class ​Admin​Time​Widget Undocumented
Class ​Admin​URLField​Widget Undocumented
Class ​Admin​UUIDInput​Widget Undocumented
Class ​Autocomplete​Mixin Select widget mixin that loads options from AutocompleteJsonView via AJAX.
Class ​Autocomplete​Select Undocumented
Class ​Autocomplete​Select​Multiple Undocumented
Class ​Filtered​Select​Multiple A SelectMultiple with a JavaScript filter interface.
Class ​Foreign​Key​Raw​Id​Widget A Widget for displaying ForeignKeys in the "raw_id" interface rather than in a <select> box.
Class ​Many​To​Many​Raw​Id​Widget A Widget for displaying ManyToMany ids in the "raw_id" interface rather than in a <select multiple> box.
Class ​Related​Field​Widget​Wrapper This class is a wrapper to a given widget to add the add icon for the admin interface.
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
SELECT2_TRANSLATIONS =

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']}
def url_params_from_lookup_dict(lookups):
Convert the type of lookups specified in a ForeignKey limit_choices_to attribute to a dictionary of query parameters