class documentation

class ResultList(list):

View In Hierarchy

Wrapper class used to return items in a list_editable changelist, annotated with the form object for error reporting purposes. Needed to maintain backwards compatibility with existing admin templates.
Method __init__ Undocumented
Instance Variable form Undocumented
def __init__(self, form, *items):

Undocumented

form =

Undocumented