mirror of
				https://github.com/django/django.git
				synced 2025-10-30 09:06:13 +00:00 
			
		
		
		
	[2.0.x] Fixed #28648 -- Corrected typo in docs/topics/db/queries.txt.
Backport of 293df73fb6 from master
			
			
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							acd870a75a
						
					
				
				
					commit
					9f9a8a6c59
				
			| @@ -228,7 +228,7 @@ refinements together. For example:: | |||||||
|     ... ).exclude( |     ... ).exclude( | ||||||
|     ...     pub_date__gte=datetime.date.today() |     ...     pub_date__gte=datetime.date.today() | ||||||
|     ... ).filter( |     ... ).filter( | ||||||
|     ...     pub_date__gte=datetime(2005, 1, 30) |     ...     pub_date__gte=datetime.date(2005, 1, 30) | ||||||
|     ... ) |     ... ) | ||||||
|  |  | ||||||
| This takes the initial :class:`~django.db.models.query.QuerySet` of all entries | This takes the initial :class:`~django.db.models.query.QuerySet` of all entries | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user