orestis wrote: > I wonder why does a cursor has to be involved for the debug page to be > shown... I'll look into it.
Debug page shows repr()'s for many local objects for each level of the call stack. And repr()'s of models often do some queries to show readable representation. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
