class documentation

class AdminErrorList(forms.utils.ErrorList):

View In Hierarchy

Store errors for the form/formsets in an add/change view.
Method __init__ Undocumented

Inherited from ErrorList:

Method __contains__ Undocumented
Method __eq__ Undocumented
Method __getitem__ Undocumented
Method __reduce​_ex__ Undocumented
Method __repr__ Undocumented
Method as​_data Undocumented
Method copy Undocumented
Method get​_context Undocumented
Method get​_json​_data Undocumented
Class Variable template​_name Undocumented
Class Variable template​_name​_text Undocumented
Class Variable template​_name​_ul Undocumented
Instance Variable error​_class Undocumented
Instance Variable renderer Undocumented

Inherited from RenderableErrorMixin (via ErrorList):

Method as​_json Undocumented
Method as​_text Undocumented
Method as​_ul Undocumented

Inherited from RenderableMixin (via ErrorList, RenderableErrorMixin):

Method render Undocumented
def __init__(self, form, inline_formsets):

Undocumented