And one paragraph later it says:
"""
You can’t share pickles between versions
Pickles of QuerySets are only valid for the version of Django that was
used to generate them. If you generate a pickle using Django version
N, there is no guarantee that pickle will be readable with Django
version N+1.
"""
> Background: users should be able to save a complex query as "my favorite query".
>
> Pickling querysets is possible, but version updates are not supported:
I think the OP is aware of this, and is looking for an alternate solution.
Cheers
Tom