소스 검색

TODO added in the migration handler

Roland Haroutiounian 8 년 전
부모
커밋
84003e95f6
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      lodel/datasource/mongodb/migration_handler.py

+ 2
- 1
lodel/datasource/mongodb/migration_handler.py 파일 보기

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

Loading…
취소
저장