Browse Source

Added a todo

Roland Haroutiounian 8 years ago
parent
commit
a57c9e8500
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lodel/leapi/datahandlers/relation.py

+ 1
- 0
lodel/leapi/datahandlers/relation.py View File

@@ -7,6 +7,7 @@ class Relation(FieldDataHandler):
7 7
     ## @brief Instanciates a Relation object
8 8
     # @param fieldname : the fieldname involved in the relation
9 9
     # @param reference : the reference corresponding to this relation
10
+    # @todo ajouter la récupération des objets correspondant pour le field et la référence
10 11
     def __init__(self, fieldname, reference, **kwargs):
11 12
         self.backref_fieldname = fieldname
12 13
         self.reference = reference

Loading…
Cancel
Save