Hello currently I am storing a list of python instances in the request.session but would like to make a persistent copy of this list and store it permanently...
I don't want to just make the timeout of the session a long time in the future, because each user could have multiple lists of objects saved. How do I take a list of python instances and save them simply to a Table? Should I somehow serialize/pickle the list into a TEXT field or is there a better way? Thanks tom --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---