﻿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
19951	Avoid ValueError in admin when passing a string as PK for an inherited model with an integer PK field	anonymous	Igor Támara	"In the admin if the PK for an inherited model is passed an string an error 500 is raised, the resulting status_code should be 404, the Exception throws a ValueError.

For example if in the tests the '''SuperVillain''' class is tried to be accessed with a wrong PK, like '''abc''', the status_code is 500 and it '''should be 404'''."	Bug	closed	contrib.admin	dev	Normal	fixed	admin inheritance integer PK		Unreviewed	1	0	0	0	1	0
