File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1005,10 +1005,11 @@ deal with the management form:
1005
1005
The above ends up calling the :meth:`BaseFormSet.render` method on the formset
1006
1006
class. This renders the formset using the template specified by the
1007
1007
:attr:`~BaseFormSet.template_name` attribute. Similar to forms, by default the
1008
- formset will be rendered ``as_table``, with other helper methods of ``as_p``
1009
- and ``as_ul`` being available. The rendering of the formset can be customized
1010
- by specifying the ``template_name`` attribute, or more generally by
1011
- :ref:`overriding the default template <overriding-built-in-formset-templates>`.
1008
+ formset will be rendered ``as_div``, with other helper methods of ``as_p``,
1009
+ ``as_ul``, and ``as_table`` being available. The rendering of the formset can
1010
+ be customized by specifying the ``template_name`` attribute, or more generally
1011
+ by :ref:`overriding the default template
1012
+ <overriding-built-in-formset-templates>`.
1012
1013
1013
1014
.. _manually-rendered-can-delete-and-can-order:
1014
1015
You can’t perform that action at this time.
0 commit comments