﻿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
35873	Example of an invalid call in as_table in form docs.	Antoliny	Antoliny	"The Django Forms API document has an invalid example for calling as_table.
Examples of as_div, as_p, and as_ul calls show the appropriate calls and results with print(f.as _xx()) but as_table is print(f), probably a typo of print(f.as_table()).
[https://docs.djangoproject.com/en/5.1/ref/forms/api/#as-div as_div example -> print(f.as_div())]
[https://docs.djangoproject.com/en/5.1/ref/forms/api/#as-p as_p example -> print(f.as_p())] 
[https://docs.djangoproject.com/en/5.1/ref/forms/api/#as-ul as_ul example -> print(f.as_ul())]
[https://docs.djangoproject.com/en/5.1/ref/forms/api/#as-table as_table example -> print(f)]
"	Cleanup/optimization	closed	Documentation	5.0	Normal	fixed	Forms API Document		Ready for checkin	1	0	0	0	0	0
