On 10/3/07, Ben Ford <[EMAIL PROTECTED]> wrote: > Hi guys, > Thanks for the reply. So if my only recourse at the moment to execute > qs._get_data() and then work with a slice as a list..? If there's any way > around that I'd like to hear it, my models are in a legacy DB, and it's > HUGE!! Is anyone using some method to get round this at the moment?
In trunk, OracleQuerySet slices should work just the same as regular QuerySet slices. If that's not the case, then there's a bug. What problem is it that you're having? Ian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
