mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[4.1.x] Refs #33646 -- Fixed link markup in queries topic doc.
Backport of 4525d689e9 from main
			
			
This commit is contained in:
		
				
					committed by
					
						 Carlton Gibson
						Carlton Gibson
					
				
			
			
				
	
			
			
			
						parent
						
							daf83303d1
						
					
				
				
					commit
					aa3197e5f1
				
			| @@ -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: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user