Serge S. Koval is announcing that Flask-Admin with version number 1.2.0 is already available to download.
What is Flask-Admin ?
Flask-Admin is An administration interface for the Flask framework .
Flask is a micro-framework for Python based on Werkzeug and Jinja 2.Flask-Admin was inspired by Django’s recently released admin module that allows developers to manage framework data, behavior and architecture via a visual interface.Flask-Admin was built on top of Twitter’s Bootstrap UI framework and uses peewee, SQLAlchemy, MongoEngine and PyMongo for database interactions.
This is changelog for Flask-Admin version 1.2.0 :
- Model views now support default sorting order
- Model type/column formatters now accept additional view parameter
- is_visible for administrative views
- Model views have after_model_change method that can be overridden
You can read the complete changelog and also download this latest version on their homepage: flask-admin.readthedocs.org

