﻿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
23698	Misleading Form.errors section in docs	Kamil Bar	nobody	"Hey,

I want to report that this doc section is wrong comparing to 1.6 code itself,
https://docs.djangoproject.com/en/1.6/ref/forms/api/#django.forms.Form.errors

You're stating that using form.error gives dict back, but it's not true, in django.forms.utils.ErrorDict there is:
{{{
def __str__(self):
        return self.as_ul()
}}}

So it's actually returning HTML ul formatted string instead of dict stated in docs."	Uncategorized	new	Documentation	1.6	Normal		docs wrong form errors utils django		Unreviewed	0	0	0	0	0	0
