diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt index 86b1319d0c..cb9a071982 100644 --- a/docs/topics/db/queries.txt +++ b/docs/topics/db/queries.txt @@ -338,7 +338,7 @@ various :class:`~django.db.models.query.QuerySet` methods. Printing the ``QuerySet`` SQL --------------------------- +----------------------------- When debugging a query, it may be useful to see the SQL generated by a queryset. You may do this by converting the ``query`` attribute to a string.