﻿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
36665	"Rewrite reference to model manager usage to avoid saying ""tricky"""	Jacob Walls	Segni Mekonnen	"In the [https://docs.djangoproject.com/en/5.2/topics/db/optimization/#:~:text=tricky%20so%20don%E2%80%99t%20make%20assumptions. database optimization doc], there is this advice:

> Understand select_related() and prefetch_related() thoroughly, and use them:

> - in managers and default managers where appropriate. Be aware when your manager is and is not used; sometimes this is tricky so don’t make assumptions.

Saying something is ""tricky"" and immediately moving on leaves the impression of information hiding. Let's at least link to something that explains what to watch out for or debug. In other words, we need to answer the question, ""wait, when ''wouldn't'' my model manager be used""?

(The location of this text is moving in #28586.)"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
