﻿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
4472	[unicode] Cannot coerce AnonymousUser to unicode	sacre@…	Adrian Holovaty	"smart_unicode and force_unciode throw TypeError exception when calling on instance of AnonymousUser. I got this error when trying something like this ( for model Articles.authors = ManyToManyField(User) ):
{{{
from django.contrib.auth import AnonyousUser
auser = AnonymousUser()
Article.objects.filter( authors__in = [auser] )
}}}
Then i got:
TypeError: coercing to Unicode: need string or buffer, __proxy__ found

Full trackback is in attachment."		new	Contrib apps	other branch			[unicode-branch]		Unreviewed	0	0	0	0	0	0
