mirror of
				https://github.com/django/django.git
				synced 2025-11-04 05:35:37 +00:00 
			
		
		
		
	Removed unnecessary sentence in QuerySet docs.
This commit is contained in:
		
							parent
							
								
									cdead4f013
								
							
						
					
					
						commit
						6e9c5ee88f
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -151,8 +151,7 @@ Here's the formal declaration of a ``QuerySet``:
 | 
				
			||||||
        The ``query`` parameter to :class:`QuerySet` exists so that specialized
 | 
					        The ``query`` parameter to :class:`QuerySet` exists so that specialized
 | 
				
			||||||
        query subclasses can reconstruct internal query state. The value of the
 | 
					        query subclasses can reconstruct internal query state. The value of the
 | 
				
			||||||
        parameter is an opaque representation of that query state and is not
 | 
					        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
 | 
					        part of a public API.
 | 
				
			||||||
        don't need to use it.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. currentmodule:: django.db.models.query.QuerySet
 | 
					.. currentmodule:: django.db.models.query.QuerySet
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue