﻿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
12348	ForeignKeyRawIdWidget doesn't catch ObjectDoesNotExist when raw_id is illegal	jay	nobody	"If a FK is referred raw_id_fields ModelAdmin, it will use ModelChoiceField with ForeignKeyRawIdWidget to render itself.

ForeignKeyRawIdWidget tests whether the value passed in the render() method is null to see if it has to call label_for_value to show the repr of the referred record. So if the value is faulty but not null, label_for_value will still be called, then ObjectDostNotExist will be thrown without any handling."		closed	contrib.admin	1.1		duplicate	ForeignKeyRawIdWidget		Unreviewed	1	0	0	0	0	0
