qwerty schrieb: > Hi all, > > I want so see the SQL that the Django ORM is executing behind the > scenes. I know that SQLObject has this but I wanted to see if there is > some similar functionality in Django. Is it? > >
Maybe SQLLogMiddleware helps you: http://www.djangosnippets.org/snippets/344/ -- Thomas Guettler, http://www.thomas-guettler.de/ E-Mail: guettli (*) thomas-guettler + de --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

