﻿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
29094	ForeignKeyRawIdWidget.label_and_url_for_value does not catch UUIDField ValidationError	Carel Burger	Tim Graham	"The `UUIDField` was recently changed where `get_db_prep_value` now calls `to_python` which does not raise a `ValueError` but a `ValidationError` instead.
https://github.com/django/django/commit/2f9861d823620da7ecb291a8f005f53da12b1e89

When an user enters an invalid UUID in the raw id field, the `ValidationError` is not caught in `ForeignKeyRawIdWidget.label_and_url_for_value` as it is expecting a `ValueError` and not a `ValidationError`."	Bug	closed	contrib.admin	1.11	Normal	fixed			Accepted	1	0	0	0	1	0
