Getting the SQL from a Django QuerySet

Viewed 227503

How do I get the SQL that Django will use on the database from a QuerySet object? I'm trying to debug some strange behavior, but I'm not sure what queries are going to the database.

5 Answers
Related