﻿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
7905	document raw_id_fields option in InlineModelAdmin	Matthew Flanagan <mattimustang@…>		"A quick patch to document this option.

{{{
Index: docs/admin.txt
===================================================================
--- docs/admin.txt      (revision 8051)
+++ docs/admin.txt      (working copy)
@@ -569,6 +569,17 @@

 .. _max_num in formsets: ../modelforms/#limiting-the-number-of-objects-editable

+``raw_id_fields``
+~~~~~~~~~~~~~~~~~
+
+By default, Django's admin uses a select-box interface (<select>) for
+fields that are ``ForeignKey``. Sometimes you don't want to incur the
+overhead of having to select all the related instances to display in the
+drop-down.
+
+``raw_id_fields`` is a list of fields you would like to change
+into a ``Input`` widget for the primary key.
+
 ``template``
 ~~~~~~~~~~~~

}}}"		closed	Documentation	dev		fixed			Ready for checkin	1	0	0	0	0	0
