Refs #33646 -- Fixed link markup in queries topic doc.
This commit is contained in:
parent
ce7321932d
commit
4525d689e9
|
@ -942,8 +942,8 @@ updates. You will find that trying to use one raises
|
||||||
``SynchronousOnlyOperation``.
|
``SynchronousOnlyOperation``.
|
||||||
|
|
||||||
If you wish to use a transaction, we suggest you write your ORM code inside a
|
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
|
separate, synchronous function and then call that using ``sync_to_async`` - see
|
||||||
:doc:/topics/async` for more.
|
:doc:`/topics/async` for more.
|
||||||
|
|
||||||
.. _querying-jsonfield:
|
.. _querying-jsonfield:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue