Does anyone have an example on how to sub-class a model field so that setattr pickles the field and getattr unpickles it? I want to shuffle a query back and forth between the app and the rendered pages. I could urlencode the query but the URL could get potentially rather long so I thought I'd shuffle just a key to an entry in a table. The value part of the entry would be the pickled dict for the query.
http://mydjangoapps.mydomain/appname/?srchid=23 instead of http://mydjangoapps.mydomain/appname/?this=xxx&that=yyy&and=so&on=and ... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---