class documentation

A Widget for displaying ForeignKeys in the "raw_id" interface rather than in a <select> box.

Method __init__ Undocumented
Method base_url_parameters Undocumented
Method get_context Undocumented
Method label_and_url_for_value Undocumented
Method url_parameters Undocumented
Class Variable template_name Undocumented
Instance Variable admin_site Undocumented
Instance Variable db Undocumented
Instance Variable rel Undocumented

Inherited from TextInput:

Class Variable input_type Undocumented

Inherited from Widget (via TextInput, Input):

Method __deepcopy__ Undocumented
Method build_attrs Build an attribute dictionary.
Method format_value Return a value as it should appear when rendered in a template.
Method id_for_label Return the HTML ID attribute of this Widget for use by a <label>, given the ID of the field. Return an empty string if no ID is available.
Method render Render the widget as an HTML string.
Method subwidgets Undocumented
Method use_required_attribute Undocumented
Method value_from_datadict Given a dictionary of data and this widget's name, return the value of this widget or None if it's not provided.
Method value_omitted_from_data Undocumented
Class Variable is_localized Undocumented
Class Variable is_required Undocumented
Class Variable needs_multipart_form Undocumented
Class Variable supports_microseconds Undocumented
Class Variable use_fieldset Undocumented
Instance Variable attrs Undocumented
Property is_hidden Undocumented
Method _render Undocumented
def __init__(self, rel, admin_site, attrs=None, using=None): (source)

Undocumented

def base_url_parameters(self): (source)

Undocumented

def get_context(self, name, value, attrs): (source)
def label_and_url_for_value(self, value): (source)
def url_parameters(self): (source)
admin_site = (source)

Undocumented

Undocumented

Undocumented