mirror of
				https://github.com/django/django.git
				synced 2025-10-29 00:26:07 +00:00 
			
		
		
		
	[3.0.x] Refs #13724 -- Corrected QuerySet signature in docs.
Backport of 6c23b43655 from master
			
			
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							336c9cb7f4
						
					
				
				
					commit
					213a39b4df
				
			| @@ -126,7 +126,7 @@ described here. | ||||
|  | ||||
| Here's the formal declaration of a ``QuerySet``: | ||||
|  | ||||
| .. class:: QuerySet(model=None, query=None, using=None) | ||||
| .. class:: QuerySet(model=None, query=None, using=None, hints=None) | ||||
|  | ||||
|     Usually when you'll interact with a ``QuerySet`` you'll use it by | ||||
|     :ref:`chaining filters <chaining-filters>`. To make this work, most | ||||
|   | ||||
		Reference in New Issue
	
	Block a user