flask-admin v1.4.0 Release Notes

Release Date: 2016-01-02 // over 8 years ago
    • ๐Ÿ“š Updated and reworked documentation
    • ๐Ÿ”จ FileAdmin went through minor refactoring and now supports remote file systems. Comes with the new, optional, AWS S3 file management interface
    • ๐Ÿ”ง Configurable CSV export for model views
    • โž• Added overridable URL generation logic. Allows using custom URLs with parameters for administrative views
    • Added column_display_actions to ModelView control visibility of the action column without overriding the template
    • โž• Added support for the latest MongoEngine
    • โž• Added support for HSTORE columns to SQLA backend
    • ๐Ÿ†• New SecureForm base class for easier CSRF validation
    • โšก๏ธ Lots of translation-related fixes and updated translations
    • ๐Ÿ› Bug fixes