﻿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
13149	ForeignKeyRawIdWidget doesn't handle invalid values	Chris Adams	Chris Adams	#11465 added a check for values which do not exist but does not help in the case where a user or fuzzer enters a non-integer value into a raw id field. Ticket #9209 tracks the change to !ModelChoiceField to add a validation error but !ForeignKeyRawIdWidget.label_for_value will trigger another attempting to label the invalid value. The attached patch or http://github.com/acdha/django/commit/fb87e1a3bba33fd9fae7a0a0fe3a380d7b25d05c addresses this as well.		closed	contrib.admin	1.2		fixed	raw_id_fields, sprintSep2010	chris@…	Ready for checkin	1	0	0	0	0	0
