On Thu, 2008-08-28 at 21:41 -0700, lingrlongr wrote: [...] > Has something changed? Nothing popped out at me on the Backwards- > incompatible changes.
Nothing should have changed that caused this if your code was correct earlier. The best way to work out where the problem is simple to start bisecting the subversion checkouts until you find the problem case. You know that the current checkout, r8693 is bad. So, suppose r8600 is good. Then try r8647 (halfway in between). If that's good, move forwards halfway again, otherwise, move back halfway. Keep repeating and you'll eventually hit the revision that caused the problem. Even if r8437 was the last good revision (256 revisions ago), this will take a maximum of 8 tests to find the version that changed things, so it's quite efficient. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---