Can somebody with access to Oracle please try out the patch in #9307. It's an attempt to allow pickling of the Query class used by the Oracle backend.
The most basic test is probably to create any kind of Queryset using "manage.py shell" and the pickle.dumps(my_queryset.query) and see if it works. Then try reloading that (pickle.loads(...)). The other test is anything using caching, the obvious one typically being the query regression tests ("runtests.py --settings=... queries"), since there's a test for Queryset pickling in there. Note any problems on the ticket and I'll address them. Hopefully I've avoided the most obvious bozo errors (no guarantees, however) and there should be enough clues in the patch to self-diagnose the most obvious problems if not. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers?hl=en -~----------~----~----~----~------~----~------~--~---