-
Sebastian Kalinowski authored
In 1.1.0 [1] SqlAlchemy changed base type for ARRAY type. This is causing flask-admin to skip ARRAY fields due to unknown type. Now, the base type for ARRAY type is sqlalchemy.sql.sqltypes.ARRAY See: http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html#change-1.1.0b1-sql
bff1f960