Browse Source

TODO added in the migration handler

Roland Haroutiounian 8 years ago
parent
commit
84003e95f6
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      lodel/datasource/mongodb/migration_handler.py

+ 2
- 1
lodel/datasource/mongodb/migration_handler.py View File

104
         self._create_field_in_collection(collection_name, uid, field_definition)
104
         self._create_field_in_collection(collection_name, uid, field_definition)
105
 
105
 
106
     def emfield_del(self, model, uid, initial_state, new_state):
106
     def emfield_del(self, model, uid, initial_state, new_state):
107
-
107
+        # TODO
108
+        pass
108
 
109
 
109
     def _field_definition(self, fieldtype, options):
110
     def _field_definition(self, fieldtype, options):
110
         basic_type = DataHandler.from_name(fieldtype).ftype
111
         basic_type = DataHandler.from_name(fieldtype).ftype

Loading…
Cancel
Save