On Mar 13, 5:03 pm, "James Bennett" <[EMAIL PROTECTED]> wrote:
> http://www.djangoproject.com/documentation/faq/#how-can-i-see-the-raw-sql-queries-django-is-running

When I try this I get nothing:

> python manage.py shell
In [1]: from settings import *

In [2]: DEBUG
Out[2]: True

In [3]: from django.db import connection

In [4]: connection.queries
Out[4]: []

In [5]: connection.queries
Out[5]: []


I tried a couple of page reloads, stuff I know is querying the
database, still nothing.

Any idea what I'm doing wrong?


--
Greg Donald
http://destiney.com/


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to