mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed typo in django/db/models/query.py docstring.
This commit is contained in:
		| @@ -1746,7 +1746,7 @@ class QuerySet(AltersData): | |||||||
|         Defer the loading of data for certain fields until they are accessed. |         Defer the loading of data for certain fields until they are accessed. | ||||||
|         Add the set of deferred fields to any existing set of deferred fields. |         Add the set of deferred fields to any existing set of deferred fields. | ||||||
|         The only exception to this is if None is passed in as the only |         The only exception to this is if None is passed in as the only | ||||||
|         parameter, in which case removal all deferrals. |         parameter, in which case remove all deferrals. | ||||||
|         """ |         """ | ||||||
|         self._not_support_combined_queries("defer") |         self._not_support_combined_queries("defer") | ||||||
|         if self._fields is not None: |         if self._fields is not None: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user