Django Show the Raw SQL Query Running

Reply to comment

from django.db import connection print connection.queries works for the update() command as well.