mirror of
https://github.com/django/django.git
synced 2025-10-26 23:26:08 +00:00
Fixed #9871 -- Geometry objects are now returned in dictionaries and tuples returned by values() and values_list(), respectively; updated GeoQuery methods to be compatible with defer() and only; removed defunct GeomSQL class; and removed redundant logic from Query.get_default_columns.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10326 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -784,8 +784,6 @@ class BaseQuery(object):
|
||||
aliases.add(r)
|
||||
if with_aliases:
|
||||
col_aliases.add(field.column)
|
||||
if as_pairs:
|
||||
return result, aliases
|
||||
return result, aliases
|
||||
|
||||
def get_from_clause(self):
|
||||
|
||||
Reference in New Issue
Block a user