class documentation

class ReturnList(list): (source)

View In Hierarchy

Return object from `serializer.data` for the `SerializerList` class. Includes a backlink to the serializer instance for renderers to use if they need richer field information.

Method __init__ Undocumented
Method __reduce__ Undocumented
Method __repr__ Undocumented
Instance Variable serializer Undocumented
def __init__(self, *args, **kwargs): (source)

Undocumented

def __reduce__(self): (source)

Undocumented

def __repr__(self): (source)

Undocumented

serializer = (source)

Undocumented