﻿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
12688	Documentation typo (in class name)	Oroku Saki	nobody	"In http://docs.djangoproject.com/en/dev/topics/db/managers/#custom-managers-and-model-inheritance, if you scroll down a little to the class AbstractBase(models.Model) example, you'll see:


{{{
class AbstractBase(models.Model):
    ...
    objects = CustomerManager()

    class Meta:
        abstract = True
}}}


However, objects = CustomerManager() is supposed to be objects = CustomManager() and in the following examples and comments it's referred to as CustomManager."		closed	Documentation	dev		fixed			Ready for checkin	1	0	0	0	0	0
