This used to be in the Django documentation, but I can't seem to find it
now.
 I'm trying to pickle the information necessary to recreate a query.

Can querysets (or queries) be pickled in 1.0?
Any advice / tips on how to do it?
The python pickling documentation says that the result of the pickle is
ASCII text, so it should be ok if i store pickles in the database in a text
column, right?

Thanks,

Andy

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to