mirror of
				https://github.com/django/django.git
				synced 2025-11-03 21:25:09 +00:00 
			
		
		
		
	Fixed typo in docs/topics/db/managers.txt.
This commit is contained in:
		
							parent
							
								
									f3b7c05936
								
							
						
					
					
						commit
						56c87b51ab
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -230,7 +230,7 @@ retrieved.
 | 
			
		|||
 | 
			
		||||
If you override the ``get_queryset()`` method and filter out any rows, Django
 | 
			
		||||
will return incorrect results. Don't do that. A manager that filters results
 | 
			
		||||
in ``get_queryset()`` is not appropriate for use as a default manager.
 | 
			
		||||
in ``get_queryset()`` is not appropriate for use as a base manager.
 | 
			
		||||
 | 
			
		||||
.. _calling-custom-queryset-methods-from-manager:
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue