diff options
| author | Simon Willison <swillison@gmail.com> | 2022-05-18 06:19:34 -0700 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-05-18 17:41:34 +0200 |
| commit | aa3197e5f11f33aef22f4d5a1fe711501bfbc49c (patch) | |
| tree | 3a77e96eb2f429ffff79dc888c11d23b0456be1e /docs | |
| parent | daf83303d14ea9b79ad277475cbf018076776f25 (diff) | |
[4.1.x] Refs #33646 -- Fixed link markup in queries topic doc.
Backport of 4525d689e9ad4667e1798004c25053966c73c2d2 from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/db/queries.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt index c6349792b7..2d43e7ee32 100644 --- a/docs/topics/db/queries.txt +++ b/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: |
