#13119: Can't pickle queryset ---------------------------------------------------+------------------------ Reporter: anentropic | Owner: nobody Status: closed | Milestone: Component: Database layer (models, ORM) | Version: 1.2-beta Resolution: worksforme | Keywords: querySet pickle Stage: Unreviewed | Has_patch: 0 Needs_docs: 0 | Needs_tests: 0 Needs_better_patch: 0 | ---------------------------------------------------+------------------------ Changes (by russellm):
* status: reopened => closed * resolution: => worksforme Comment: I can't reproduce the problem reported by @ashchristopher on r12974. I used the following test in the queryset_pickle regression test: {{{ def test_related_field_by_query(self): Group.objects.create(name="Ponies Who Own Maybachs") g = Group.objects.all()[0] self.assert_pickles(Event.objects.filter(group=g)) }}} -- Ticket URL: <http://code.djangoproject.com/ticket/13119#comment:8> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.