mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Added missing backticks in various docs.
This commit is contained in:
parent
08a6215d33
commit
30ca66eadd
6 changed files with 7 additions and 7 deletions
|
@ -498,7 +498,7 @@ Examples (those after the first will only work on PostgreSQL)::
|
|||
|
||||
...wouldn't work because the query would be ordered by ``blog__name`` thus
|
||||
mismatching the ``DISTINCT ON`` expression. You'd have to explicitly order
|
||||
by the relation `_id` field (``blog_id`` in this case) or the referenced
|
||||
by the relation ``_id`` field (``blog_id`` in this case) or the referenced
|
||||
one (``blog__pk``) to make sure both expressions match.
|
||||
|
||||
``values()``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue