class documentation

class NestedBoundField(BoundField): (source)

View In Hierarchy

This `BoundField` additionally implements __iter__ and __getitem__ in order to support nested bound fields. This class is the type of `BoundField` that is used for serializer fields.

Method __getitem__ Undocumented
Method __init__ Undocumented
Method __iter__ Undocumented
Method as_form_field Undocumented

Inherited from BoundField:

Method __getattr__ Undocumented
Method __repr__ 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 __getitem__(self, key): (source)

Undocumented

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

Undocumented