Re: QuerySet "disappearing"

2011-04-05 Thread Matthew Riedel
it the queryset automatically removes objects no longer matching the query.. Seems more obvious now that I know what it's doing, but I thought once I assigned a queryset to a variable, the data in the query stayed, regardless of what changes I make to an object.. :\ Thanks, Matt On Apr 5, 1:0

QuerySet "disappearing"

2011-04-05 Thread Matthew Riedel
Ok, I'm having a bit of a weird issue with a medium-sized QuerySet (~21k records). I have an app that syncs information from our LDAP Directory and creates shared contacts in Google Apps for our domain. Google puts a limit on 100 entries per batch, so I'm cycling through these 21k records 100 at a