On Mon, 2007-03-12 at 10:27 -0700, Joseph Heck wrote: > Kudo's to Ivan - It's a pretty good answer. I think the metaphor > breaks down when you get to >1000 items that could pop up in a select > field, but at least you don't get his when just using a plain-jane > manipulator with this fix. > > I think I'll stick with the tendency towards using raw_id_admin=True > myself, but then I don't need anything populated into a large > pulldown. My case would have a pulldown of 30K+ items, which just > doesn't make sense for a UI.
I think that's the important thing here: we are currently paying a performance penalty for retrieving all the related foreign key elements, even in cases when it was impractical to display them. Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---