浏览代码

[TODO] Suppression d'un TODO obsolète dans fieldgroups.py

Roland Haroutiounian 9 年前
父节点
当前提交
bf98e2a121
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      EditorialModel/fieldgroups.py

+ 0
- 1
EditorialModel/fieldgroups.py 查看文件

@@ -49,7 +49,6 @@ class EmFieldGroup(EmComponent):
49 49
 
50 50
     ## Get the list of associated fields
51 51
     # @return A list of EmField instance
52
-    # @todo Implement this method
53 52
     def fields(self):
54 53
         field_table = sqlutils.getTable(EditorialModel.fields.EmField)
55 54
         req = field_table.select(field_table.c.uid).where(field_table.c.fieldgroup_id == self.uid)

正在加载...
取消
保存