﻿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
31342	Default manager vs Base manager for RelatedManager	Benjamin Mampaey	Carlton Gibson	"The documentation on Base Managers https://docs.djangoproject.com/en/2.2/topics/db/managers/#base-managers is confusing or incomplete.

It specifies ""By default, Django uses an instance of the Model._base_manager manager class when accessing related objects (i.e. choice.question), not the _default_manager on the related object."" 

But when accessing the set of related objects, i.e. question.choice_set, it is the default manager that is used. This does not appear clearly in the documentation."	Cleanup/optimization	closed	Documentation	3.0	Normal	fixed	manager		Accepted	1	0	0	0	0	0
