{{query.formatted_query}}
{{ query.time_taken }}ms
{{ query.num_joins }} joins
Traceback
The following is a Python stack trace that leads to the execution of the above SQL query.
{% for line in query.formatted_traceback_list %}
{{ line }}
{% endfor %}