소스 검색

Refs #33646 -- Fixed link markup in queries topic doc.

Simon Willison 2 년 전
부모
커밋
4525d689e9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/topics/db/queries.txt

+ 2 - 2
docs/topics/db/queries.txt

@@ -942,8 +942,8 @@ updates. You will find that trying to use one raises
 ``SynchronousOnlyOperation``.
 
 If you wish to use a transaction, we suggest you write your ORM code inside a
-separate, synchronous function and then call that using sync_to_async - see
-:doc:/topics/async` for more.
+separate, synchronous function and then call that using ``sync_to_async`` - see
+:doc:`/topics/async` for more.
 
 .. _querying-jsonfield: