mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #34463 -- Corrected code-block directives in docs.
Thanks ExTexan for the report.
This commit is contained in:
parent
bdf59bff65
commit
263db8af46
2 changed files with 2 additions and 2 deletions
|
@ -1368,7 +1368,7 @@ For example, this statement yields a single ``Q`` object that represents the
|
|||
|
||||
This is equivalent to the following SQL ``WHERE`` clause:
|
||||
|
||||
.. code-block: sql
|
||||
.. code-block:: sql
|
||||
|
||||
WHERE question LIKE 'Who%' OR question LIKE 'What%'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue