﻿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
23828	mistake in example in /db/managers/ documentation	aakelm	nobody	"The page
   https://docs.djangoproject.com/en/dev/topics/db/managers/
has an example which begins with the line
   class ExtraManager(models.Model):

It seems to me that the inheritance there is wrong, and it should be
   class ExtraManager(models.Manager):

"	Uncategorized	closed	Documentation	1.7	Normal	invalid	manager		Unreviewed	0	0	0	0	1	0
