Module widgets
Form Widget classes specific to the Django admin site.
source linkClasses
-
-
-
-
-
-
-
A SplitDateTime Widget that has some admin-specific styling.
-
-
-
-
-
-
Select widget mixin that loads options from AutocompleteJsonView via AJAX.
-
-
-
A SelectMultiple with a JavaScript filter interface.
-
A Widget for displaying ForeignKeys in the "raw_id" interface rather than in a <select> box.
-
A Widget for displaying ManyToMany ids in the "raw_id" interface rather than in a <select multiple> box.
-
This class is a wrapper to a given widget to add the add icon for the admin interface.
Functions
▷ 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