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
> 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
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