pallets-eco / flask-admin

Simple and extensible administrative interface framework for Flask
https://flask-admin.readthedocs.io
BSD 3-Clause "New" or "Revised" License
5.79k stars 1.57k forks source link

model.typefmt.dict_formatter is unable to dump any unrecognized types #1863

Open tothandor opened 5 years ago

tothandor commented 5 years ago

Json.dumps on line #71 is unable dump e.g. a datetime, and causes error for example in Airflow Admin Web UI Xcoms.

tothandor commented 5 years ago

Suggested improvement: add default=str parameter.