mirror of
https://github.com/django/django.git
synced 2025-04-10 08:19:39 +00:00
Fixed #27587 -- Adding more text explaining the text.
This commit is contained in:
parent
c32a7651a2
commit
e6463914d3
@ -347,7 +347,8 @@ queryset. You may do this by converting the ``query`` attribute to a string.
|
||||
>>> str(q.query)
|
||||
|
||||
This prints the SQL that is used to query the database. From there, you may
|
||||
looks for unexpected clauses, etc.
|
||||
look for unexpected clauses, etc. Note that this SQL may require modification
|
||||
to be used against the database directly. It is useful as a reference first.
|
||||
|
||||
.. _limiting-querysets:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user