mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	queryset-refactor: Typo fix. Fixed #6806.
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7282 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -1255,7 +1255,7 @@ class Query(object): | |||||||
|  |  | ||||||
|     def add_extra(self, select, where, params, tables, order_by): |     def add_extra(self, select, where, params, tables, order_by): | ||||||
|         """ |         """ | ||||||
|         Adds data to the various extra_* attributes for user-created additiosn |         Adds data to the various extra_* attributes for user-created additions | ||||||
|         to the query. |         to the query. | ||||||
|         """ |         """ | ||||||
|         if select: |         if select: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user