﻿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
35903	"""view on site"" URL doesn't accept non-integer ContentType pks"	Tim Graham	Tim Graham	"Most admin URL paths use the `path` converter to allow any type of ID, however, the ""view on site"" uses the `int` converter for `content_type_id`.

This doesn't work on MongoDB which uses `ObjectIdAutoField` (`bson.ObjectId`) for all models since `AutoField` isn't supported."	Cleanup/optimization	closed	contrib.admin	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
