瀏覽代碼

Merge branch 't11'

Conflicts:
	EditorialModel/fieldtypes.py
Roland Haroutiounian 9 年之前
父節點
當前提交
3674f2044c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      EditorialModel/fieldtypes.py

+ 1
- 1
EditorialModel/fieldtypes.py 查看文件

@@ -2,7 +2,7 @@
2 2
 
3 3
 from EditorialModel.components import EmComponent, EmComponentNotExistError
4 4
 from Lodel.utils.mlstring import MlString
5
-from sqlalchemy import Column, INTEGER, BOOLEAN
5
+from sqlalchemy import Column, INTEGER, BOOLEAN, VARCHAR
6 6
 
7 7
 def get_field_type(name):
8 8
     class_name = 'EmField_' + name

Loading…
取消
儲存