On Wed, Oct 1, 2008 at 9:39 AM, Donn <[EMAIL PROTECTED]> wrote: > I am expecting there to be at least hundreds of authors, perhaps thousands. > It > makes no sense to me to stream them all into a select control in the first > place. > > I am aiming for a new kind of control that let's one page/filter the > foreign > keys. Frankly I am stunned that I seem to be alone in seeing the problems > inherent with this stuff. >
What you describe wanting sounds to me much like the looking-glass icon on an admin change page where the ForeignKey field has been included in raw_id_fields. I have never looked into how it is implemented, but since it seems to closely match what you are trying to do, I suggest you take a look at it and see if it does match what you are looking to do. If so, then delving into its implementation may answer some of your quesitons. Karen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

