﻿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
6541	wrong description of default Manager in documentation	Thomas Capricell <django.20.orzelf@…>	nobody	"
On http://www.djangoproject.com/documentation/model-api/#modifying-initial-manager-querysets it is written 
""If you use custom Manager objects, take note that the first Manager Django encounters (in order by which they’re defined in the model) has a special status. Django interprets the first Manager defined in a class as the “default” Manager. Certain operations — such as Django’s admin site — use the default Manager to obtain lists of objects, so it’s generally a good idea for the first Manager to be relatively unfiltered.""

It doesn't work here, and it seems the code has changed in trunk with respect to this.
On irc i've been told to do ""manager ="" in class Admin, and indeed it works. They also asked me to report it here :-)"		closed	Documentation	dev		fixed	Manager Model		Unreviewed	0	0	0	0	0	0
