﻿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
25114	A way to change default raw_id_fields behavior	damon c	nobody	"Foreign key fields in the admin currently default to a behavior that can cause crashes and user inconvenience.

The default behavior is to render a <select> element containing ''every'' instance of the model referred to by the FK.  

When this field refers to a model that has for example, 100,000 or more entries, this can have the affect of crashing a server, a browser, or at best making new users confused about why they cannot view the admin page for this instance.

A get_raw_id_fields method that enables "	Cleanup/optimization	closed	contrib.admin	1.8	Normal	wontfix			Unreviewed	0	0	0	0	0	0
