Re: Pickling QuerySets

2008-09-27 Thread Malcolm Tredinnick
On Sat, 2008-09-27 at 15:08 -0700, Justin Bronn wrote: > > Am I missing where this is discussed, or is it an oversight, or is there > > a reason not to mention it? I'll patch the docs if you'd like... > > Ned, > > Malcolm documented this behavior after qs-rf merged. However, this > section m

Re: Pickling QuerySets

2008-09-27 Thread Justin Bronn
> Am I missing where this is discussed, or is it an oversight, or is there > a reason not to mention it?  I'll patch the docs if you'd like... Ned, Malcolm documented this behavior after qs-rf merged. However, this section may have slipped through the cracks with the documentation refactor. Y

Pickling QuerySets

2008-09-27 Thread Ned Batchelder
The behavior of pickling QuerySets changed in qsrf, and therefore in Django 1.0: previously the pickle included only the query, now it includes the results. This was the root cause of a bad problem that took us three days to find: http://nedbatchelder.com/blog/200809