瀏覽代碼

Change target_cls for target in select arguments list

prieto 8 年之前
父節點
當前提交
c165ff101f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      plugins/dummy_datasource/datasource.py

+ 1
- 1
plugins/dummy_datasource/datasource.py 查看文件

@@ -24,7 +24,7 @@ class DummyDatasource(object):
24 24
     #@param offset int: used with limit to choose the start record
25 25
     #@param instanciate bool : If true, the records are returned as instances, else they are returned as dict
26 26
     #@return list
27
-    def select(self, target_cls, field_list, filters, rel_filters=None, order=None, group=None, limit=None, offset=0,
27
+    def select(self, target, field_list, filters, rel_filters=None, order=None, group=None, limit=None, offset=0,
28 28
                instanciate=True):
29 29
         pass
30 30
 

Loading…
取消
儲存