fixed typo, thanks User
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.8.2-stable+timestamp.2013.12.11.20.32.28
|
||||
Version 2.8.2-stable+timestamp.2013.12.11.20.35.40
|
||||
|
||||
+1
-1
@@ -2979,7 +2979,7 @@ class PostgreSQLAdapter(BaseAdapter):
|
||||
|
||||
def ST_DWITHIN(self, first, (second, third)):
|
||||
"""
|
||||
http://postgis.org/docs/ST_Within.html
|
||||
http://postgis.org/docs/ST_DWithin.html
|
||||
"""
|
||||
return 'ST_DWithin(%s,%s,%s)' %(self.expand(first),
|
||||
self.expand(second, first.type),
|
||||
|
||||
Reference in New Issue
Block a user