fies typo in dal, issue 1146, thanks guruyaya
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.2.1 (2012-11-08 10:02:43) stable
|
||||
Version 2.2.1 (2012-11-08 10:04:19) stable
|
||||
|
||||
+1
-1
@@ -8987,7 +8987,7 @@ class LazySet(object):
|
||||
def _count(self,distinct=None):
|
||||
return self._getset()._count(distinct)
|
||||
def _select(self, *fields, **attributes):
|
||||
return self._getset()._select(*field,**attributes)
|
||||
return self._getset()._select(*fields,**attributes)
|
||||
def _delete(self):
|
||||
return self._getset()._delete()
|
||||
def _update(self, **update_fields):
|
||||
|
||||
Reference in New Issue
Block a user