mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +00:00 
			
		
		
		
	[3.1.x] Removed unnecessary sentence in QuerySet docs.
Backport of 6e9c5ee88f from master
			
			
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							81ed126dff
						
					
				
				
					commit
					1e3d8bd3a1
				
			| @@ -151,8 +151,7 @@ Here's the formal declaration of a ``QuerySet``: | ||||
|         The ``query`` parameter to :class:`QuerySet` exists so that specialized | ||||
|         query subclasses can reconstruct internal query state. The value of the | ||||
|         parameter is an opaque representation of that query state and is not | ||||
|         part of a public API. To put it another way: if you need to ask, you | ||||
|         don't need to use it. | ||||
|         part of a public API. | ||||
|  | ||||
| .. currentmodule:: django.db.models.query.QuerySet | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user