﻿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
12040	CurrentSiteManager documentation lacks indication when used in manytomany	elpaso66	Gabriel Hurley	"

http://docs.djangoproject.com/en/dev/ref/contrib/sites/

Should mention that the default field name for many-to-many is ""sites"" (plural) and not ""site"".

At least an example with m2m should show how to make it work:

{{{

on_site = CurrentSiteManager(field_name = 'sites')
}}}

"		closed	Documentation	1.1		fixed	sites framework manager		Ready for checkin	1	0	0	0	0	0
