diff --git a/VERSION b/VERSION index aa97e7a4..1b5a63e2 100644 --- a/VERSION +++ b/VERSION @@ -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 diff --git a/gluon/dal.py b/gluon/dal.py index 902d16a1..8c6420df 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -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),