﻿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
23550	Normalize implementation of SingleRelatedObjectDescriptor.get_queryset() and ReverseSingleRelatedObjectDescriptor.get_queryset().	Loic Bistuer	nobody	"Both `SingleRelatedObjectDescriptor` and `ReverseSingleRelatedObjectDescriptor` can return `Manager` instances which is inconsistent with the name of the method `get_queryset()`.

`ReverseSingleRelatedObjectDescriptor.get_queryset()` instantiates a `QuerySet` directly which is problematic because it doesn't account for custom `QuerySet` types.

`SingleRelatedObjectDescriptor.get_queryset()` doesn't honor `use_for_related_fields` which is inconsistent with `ReverseSingleRelatedObjectDescriptor`.
"	Cleanup/optimization	closed	Database layer (models, ORM)	dev	Normal	fixed			Accepted	1	0	0	0	0	0
