flask-admin v1.5.0 Release Notes

Release Date: 2017-03-12 // about 7 years ago
    • ๐Ÿ›  Fixed CSRF generation logic for multi-process deployments
    • โž• Added WTForms >= 3.0 support
    • Flask-Admin would not recursively save inline models, allowing arbitrary nesting
    • โž• Added configuration properties that allow injection of additional CSS and JS dependencies into templates without overriding them
    • SQLAlchemy backend
      • Updated hybrid property detection using new SQLAlchemy APIs
      • Added support for association proxies
      • Added support for remote hybrid properties filters
      • Added support for ARRAY column type
    • ๐Ÿ›  Localization-related fixes
    • MongoEngine backend is now properly formats model labels
    • ๐Ÿ‘Œ Improved Google App Engine support:
      • Added TextProperty, KeyProperty and SelectField support
      • Added support for form_args, excluded_columns, page_size and after_model_update
    • ๐Ÿ›  Fixed URL generation with localized named filters
    • ๐Ÿ‘ FileAdmin has Bootstrap 2 support now
    • ๐Ÿ›  Geoalchemy support fixes
      • Use Google Places (by default) for place search
    • โšก๏ธ Updated translations
    • ๐Ÿ› Bug fixes