...a short way down from the section title: "Complex lookups with Q
objects"
...is a line that says: "This is equivalent to the following SQL WHERE
clause:"
but the WHERE clause is not shown.
--
Ticket URL: <https://code.djangoproject.com/ticket/34463>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
Comment:
Great catch! There is a typo in
[https://github.com/django/django/blob/main/docs/topics/db/queries.txt#L1371
the docs source], it should be `.. code-block:: sql`, so the second `:` is
missing. Would you like to prepare a patch?
Please fix also the same typo in
[https://github.com/django/django/blob/38e63c9e61152682f3ff982c85a73793ab6d3267/docs/topics/i18n/translation.txt#L267
docs/topics/i18n/translation.txt].
--
Ticket URL: <https://code.djangoproject.com/ticket/34463#comment:1>
* owner: nobody => Yahya Ali
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/34463#comment:2>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/34463#comment:3>
Comment (by Yahya Ali):
PR https://github.com/django/django/pull/16733
--
Ticket URL: <https://code.djangoproject.com/ticket/34463#comment:4>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/34463#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"263db8af469f0f3a5bd8ddc4a7dd0154c3d1fbca" 263db8a]:
{{{
#!CommitTicketReference repository=""
revision="263db8af469f0f3a5bd8ddc4a7dd0154c3d1fbca"
Fixed #34463 -- Corrected code-block directives in docs.
Thanks ExTexan for the report.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34463#comment:6>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"e68da20596847d6c165183bca52ebba570ccfdaa" e68da20]:
{{{
#!CommitTicketReference repository=""
revision="e68da20596847d6c165183bca52ebba570ccfdaa"
[4.2.x] Fixed #34463 -- Corrected code-block directives in docs.
Thanks ExTexan for the report.
Backport of 263db8af469f0f3a5bd8ddc4a7dd0154c3d1fbca from main
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34463#comment:7>