I have a failing model.save() in my Django app. How can I see the SQL that was generated by it?
views:
85answers:
1That's it. Thanks.
interstar
2009-07-06 10:14:40
I have a failing model.save() in my Django app. How can I see the SQL that was generated by it?