class documentation

class ErrorList(UserList, list, RenderableErrorMixin):

Known subclasses: django.contrib.admin.helpers.AdminErrorList

View In Hierarchy

A collection of errors that knows how to display itself in various formats.
Method __contains__ Undocumented
Method __eq__ Undocumented
Method __getitem__ Undocumented
Method __init__ 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:

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

Inherited from RenderableMixin (via RenderableErrorMixin):

Method render Undocumented
def __contains__(self, item):

Undocumented

def __eq__(self, other):

Undocumented

def __getitem__(self, i):

Undocumented

def __init__(self, initlist=None, error_class=None, renderer=None):

Undocumented

def __reduce_ex__(self, *args, **kwargs):

Undocumented

def __repr__(self):

Undocumented

def as_data(self):

Undocumented

def copy(self):

Undocumented

def get_context(self):
def get_json_data(self, escape_html=False):

Undocumented

template_name: str =

Undocumented

template_name_text: str =

Undocumented

template_name_ul: str =

Undocumented

error_class: str =

Undocumented

renderer =

Undocumented