[EMAIL PROTECTED] wrote: > What do you mean with "2000 thing objects"? Are there 2000 records in > the database for that table, or did you have 2000 records in memory at > runtime? >
if you don't use raw_id_admin, then (from my understanding at least), the manipulator loads all of them into the memory. so you have all the objects from the database-table in the memory. gabor --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

