﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35070	Default form output in docs is shown as as_table() instead of as_div()	Zowie Beha	nobody	"https://docs.djangoproject.com/en/4.2/ref/forms/api/#outputting-forms-as-html

""This default output is a two-column HTML table, with a <tr> for each field.""

""... <table> output is the default output style when you print a form  ...""

The examples in this section show that if you print a form, it will render as an html table.
However, if I try the examples locally, the form is rendered as a series of div elements.
This leads me to think that the documentation doesn't reflect this new default.
I'm not sure when this default was introduced, but it might be ~Django version 4.1, as that is when as_div() was added."	Cleanup/optimization	closed	Documentation	4.2	Normal	invalid	form, documentation	Zowie Beha	Unreviewed	0	0	0	0	1	0
