class documentation

A field object that also includes `.value` and `.error` properties. Returned when iterating over a serializer instance, providing an API similar to Django forms and form fields.

Method __getattr__ Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Method as_form_field Undocumented
Instance Variable errors Undocumented
Instance Variable name Undocumented
Instance Variable value Undocumented
Instance Variable _field Undocumented
Instance Variable _prefix Undocumented
Property _proxy_class Undocumented
def __getattr__(self, attr_name): (source)

Undocumented

def __init__(self, field, value, errors, prefix=''): (source)
def __repr__(self): (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

@property
_proxy_class = (source)

Undocumented