syrusakbary / Flask-SuperAdmin

The best admin interface framework for Flask. With scaffolding for MongoEngine, Django and SQLAlchemy.
Other
643 stars 134 forks source link

Dialects Unsupported (e.g. Postgresql JSON) #145

Open mekarpeles opened 8 years ago

mekarpeles commented 8 years ago

ModelConversionError: Could not find field converter for data (<class 'sqlalchemy.dialects.postgresql.json.JSON'>).

Perhaps a there's a convenient interface for registering these types?