class documentation

class RenderableFormMixin(RenderableMixin):

Known subclasses: django.forms.formsets.BaseFormSet, django.forms.forms.BaseForm

View In Hierarchy

Undocumented

Method as​_p Render as <p> elements.
Method as​_table Render as <tr> elements excluding the surrounding <table> tag.
Method as​_ul Render as <li> elements excluding the surrounding <ul> tag.

Inherited from RenderableMixin:

Method get​_context Undocumented
Method render Undocumented
def as_p(self):
Render as <p> elements.
def as_table(self):
Render as <tr> elements excluding the surrounding <table> tag.
def as_ul(self):
Render as <li> elements excluding the surrounding <ul> tag.