mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[2.1.x] Refs #29784 -- Normalized Python docs links to omit the version.
Backport of ad9a28ee38 from master.
			
			
This commit is contained in:
		
				
					committed by
					
						 Claude Paroz
						Claude Paroz
					
				
			
			
				
	
			
			
			
						parent
						
							c6d147bed8
						
					
				
				
					commit
					f53ed7846b
				
			| @@ -515,7 +515,7 @@ https://web.archive.org/web/20110718035220/http://diveintomark.org/archives/2004 | ||||
|  | ||||
|             __friends = cached_property(get_friends, name='_Person__friends') | ||||
|  | ||||
|         __ https://docs.python.org/3/faq/programming.html#i-try-to-use-spam-and-i-get-an-error-about-someclassname-spam | ||||
|         __ https://docs.python.org/faq/programming.html#i-try-to-use-spam-and-i-get-an-error-about-someclassname-spam | ||||
|  | ||||
| .. function:: keep_lazy(func, *resultclasses) | ||||
|  | ||||
|   | ||||
| @@ -1087,7 +1087,7 @@ For example, a ``Blog`` object ``b`` has access to a list of all related | ||||
| All examples in this section use the sample ``Blog``, ``Author`` and ``Entry`` | ||||
| models defined at the top of this page. | ||||
|  | ||||
| .. _descriptors: https://docs.python.org/3/howto/descriptor.html | ||||
| .. _descriptors: https://docs.python.org/howto/descriptor.html | ||||
|  | ||||
| One-to-many relationships | ||||
| ------------------------- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user