Hello, I've encountered a problem while moving one of my sites from one server to another, upgrading Django in the process.
When i try to cache (using memcache as a backend) a QuerySet filtered on a ManyToManyField i get this TypeError exception: "can't pickle function objects" Example code to duplicate the error: http://pastie.org/830900 The same code works perfectly on Django 1.2 pre-alpha SVN-11706 But is broken in 1.2 beta 1 SVN-12454 Before I submit a ticket I thought I should check if this is a known problem. /schmilblick -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
