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
     ## @brief Instanciates a Relation object
7
     ## @brief Instanciates a Relation object
8
     # @param fieldname : the fieldname involved in the relation
8
     # @param fieldname : the fieldname involved in the relation
9
     # @param reference : the reference corresponding to this relation
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
     def __init__(self, fieldname, reference, **kwargs):
11
     def __init__(self, fieldname, reference, **kwargs):
11
         self.backref_fieldname = fieldname
12
         self.backref_fieldname = fieldname
12
         self.reference = reference
13
         self.reference = reference

Loading…
Cancel
Save