Django: I have save () which does not work. How can I see the SQL that is generated?

I have a failed .save () model in my Django application. How can I see the SQL that was generated by it?

+4
source share
1 answer

All Articles