Explorar el Código

Merge branch 't11'

Conflicts:
	EditorialModel/fieldtypes.py
Roland Haroutiounian hace 9 años
padre
commit
3674f2044c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      EditorialModel/fieldtypes.py

+ 1
- 1
EditorialModel/fieldtypes.py Ver fichero

@@ -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…
Cancelar
Guardar