﻿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
33301	Documentation for assertFormError and assertFormsetError doesn't explain all arguments	Baptiste Mispelon	Baptiste Mispelon	"The reference documentation for `assertFormError` [1] and `assertFormsetError` [2] lists `response` as a required first argument but doesn't explain what it is.

In contrast, `assertContains` (the next method on the page) is more explicit:
> Asserts that a Response instance produced the given status_code [...]

(though it would have been nice if `Response` was a link to the relevant doc)


[1] https://docs.djangoproject.com/en/dev/topics/testing/tools/#django.test.SimpleTestCase.assertFormError
[2] https://docs.djangoproject.com/en/dev/topics/testing/tools/#django.test.SimpleTestCase.assertFormsetError"	Cleanup/optimization	closed	Documentation	3.2	Normal	fixed		Baptiste Mispelon	Ready for checkin	1	0	0	0	0	0
