From 59ce6aa4a90104b83471c266d61f3b0107c27aab Mon Sep 17 00:00:00 2001 From: Josiah White Date: Thu, 20 Oct 2022 12:01:49 -0700 Subject: [PATCH] Fixed #27587 -- Corrected underline length. --- docs/topics/db/queries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.