mirror of
https://github.com/django/django.git
synced 2025-06-03 18:49:12 +00:00
Fixed #34463 -- Corrected code-block directives in docs.
Thanks ExTexan for the report.
This commit is contained in:
parent
bdf59bff65
commit
263db8af46
@ -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:
|
This is equivalent to the following SQL ``WHERE`` clause:
|
||||||
|
|
||||||
.. code-block: sql
|
.. code-block:: sql
|
||||||
|
|
||||||
WHERE question LIKE 'Who%' OR question LIKE 'What%'
|
WHERE question LIKE 'Who%' OR question LIKE 'What%'
|
||||||
|
|
||||||
|
@ -264,7 +264,7 @@ In a case like this, consider something like the following::
|
|||||||
You would get an error when running :djadmin:`django-admin
|
You would get an error when running :djadmin:`django-admin
|
||||||
compilemessages <compilemessages>`:
|
compilemessages <compilemessages>`:
|
||||||
|
|
||||||
.. code-block: pytb
|
.. code-block:: pytb
|
||||||
|
|
||||||
a format specification for argument 'name', as in 'msgstr[0]', doesn't exist in 'msgid'
|
a format specification for argument 'name', as in 'msgstr[0]', doesn't exist in 'msgid'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user