On Sep 19, 10:24 am, "Nick Sandford" <[EMAIL PROTECTED]> wrote:
> Is there some kind of limit the admin imposes on the number of items
> it will show in a <select> or the horizontal filter list? If so, can I
> change it? Also, is there any better way to do this?

raw_id_fields is the admin option you need:

http://docs.djangoproject.com/en/dev/ref/contrib/admin/#raw-id-fields

In Django prior to Django 1.0 this was the 'raw_id_admin=True' option
on a ForeignKey.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to