Class RelatedFieldWidgetWrapper
This class is a wrapper to a given widget to add the add icon for the admin interface.
Declaration
class RelatedFieldWidgetWrapper(forms.Widget)
source linkDocumentation
Methods
▶ def __init__(self, widget, rel, admin_site, can_add_related=None, ...) def __init__(
self,
widget,
rel,
admin_site,
can_add_related=None,
can_change_related=False,
can_delete_related=False,
can_view_related=False,
)
@property
def is_hidden(self)
▷ def media(self) @property