Added a note about distinct being a command
This commit is contained in:
		| @@ -608,6 +608,9 @@ class QuerySet(object): | |||||||
|  |  | ||||||
|         :param field: the field to select distinct values from |         :param field: the field to select distinct values from | ||||||
|  |  | ||||||
|  |         .. note:: This is a command and won't take ordering or limit into | ||||||
|  |            account. | ||||||
|  |  | ||||||
|         .. versionadded:: 0.4 |         .. versionadded:: 0.4 | ||||||
|         .. versionchanged:: 0.5 - Fixed handling references |         .. versionchanged:: 0.5 - Fixed handling references | ||||||
|         .. versionchanged:: 0.6 - Improved db_field refrence handling |         .. versionchanged:: 0.6 - Improved db_field refrence handling | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user