Browse Source

Small correction

prieto 7 years ago
parent
commit
e9a0b7a924
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      lodel/leapi/datahandlers/base_classes.py

+ 1
- 2
lodel/leapi/datahandlers/base_classes.py View File

@@ -245,8 +245,7 @@ class DataField(DataHandler):
245 245
 # editorial object
246 246
 #@todo Construct data implementation : transform the data into a LeObject
247 247
 #instance
248
-#@todo Check data consistency implementation : check that LeObject instance
249
-#is from an allowed class
248
+
250 249
 class Reference(DataHandler):
251 250
     base_type = "ref"
252 251
 

Loading…
Cancel
Save