﻿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
20946	Clean up related field foreign value fetching implementation	Anssi Kääriäinen	nobody	There are currently two ways to fetch the foreign key value from the instance in fields/related.py. The other is get_foreign_related_value() and the other is ._get_fk_val(). The latter only works for single column foreign values. Also, these methods do slightly different things. So, getting rid of ._get_fk_val() seems like a good idea to me.	Cleanup/optimization	closed	Database layer (models, ORM)	1.5	Normal	fixed			Accepted	0	0	0	0	0	0
