On Feb 2, 2006, at 1:48 PM, Luke Skibinski Holt wrote:
Is is possible to access the SQL queries made as a template variable during any given page call?I've written a particularly ugly hack in order to use generic views andI'd like to see if it was all worth it ...
Hey Luke --This is in the FAQ: http://www.djangoproject.com/documentation/faq/ #how-can-i-see-the-raw-sql-queries-django-is-running
Hope that helps, Jacob

