Loading docs/ref/contrib/formtools/form-wizard.txt +1 −1 Original line number Diff line number Diff line Loading @@ -166,7 +166,7 @@ This template expects a ``wizard`` object that has various items attached to it: * ``form`` -- The :class:`~django.forms.Form` or :class:`~django.forms.formset.BaseFormSet` instance for the current step :class:`~django.forms.formsets.BaseFormSet` instance for the current step (either empty or with errors). * ``steps`` -- A helper object to access the various steps related data: Loading docs/topics/forms/formsets.txt +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ Formsets ======== .. class:: django.forms.formset.BaseFormSet .. class:: django.forms.formsets.BaseFormSet A formset is a layer of abstraction to work with multiple forms on the same page. It can be best compared to a data grid. Let's say you have the following Loading Loading
docs/ref/contrib/formtools/form-wizard.txt +1 −1 Original line number Diff line number Diff line Loading @@ -166,7 +166,7 @@ This template expects a ``wizard`` object that has various items attached to it: * ``form`` -- The :class:`~django.forms.Form` or :class:`~django.forms.formset.BaseFormSet` instance for the current step :class:`~django.forms.formsets.BaseFormSet` instance for the current step (either empty or with errors). * ``steps`` -- A helper object to access the various steps related data: Loading
docs/topics/forms/formsets.txt +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ Formsets ======== .. class:: django.forms.formset.BaseFormSet .. class:: django.forms.formsets.BaseFormSet A formset is a layer of abstraction to work with multiple forms on the same page. It can be best compared to a data grid. Let's say you have the following Loading