Skip to content

Releases: flask-admin/flask-admin

1.6.1

19 Jun 22:55
Compare
Choose a tag to compare
  • SQLAlchemy 2.x support
  • General updates and bug fixes
  • Dropped WTForms 1 support

1.6.0

30 Jan 03:35
Compare
Choose a tag to compare
  • Dropped Python 2 support
  • WTForms 3.0 support
  • Various fixes

v1.5.8

17 Apr 12:25
Compare
Choose a tag to compare
  • SQLAlchemy 1.4.5+ compatibility fixes
  • Redis CLI fixes

v1.5.7

26 Oct 02:17
Compare
Choose a tag to compare
  • Bootstrap 4 support!
  • Added hook for custom SQLAlchemy models initializers
  • SQLAlchemy 1.4/2.0 compatibility fix

v1.5.6

09 Apr 17:59
Compare
Choose a tag to compare
  • SQLAlchemy 1.3.6 compatibility fix
  • Python 3.8 support

v1.5.5

07 Feb 15:43
Compare
Choose a tag to compare
  • Werkzeug 1.0 compatibility fix
  • Use fa-circle-o icon for unchecked booleans
  • A few SQLAlchemy-related bug fixes

1.5.4

16 Oct 23:08
Compare
Choose a tag to compare
  • Fix display of inline x-editable boolean fields on list view
  • Add support for several SQLAlchemy-Utils data types
  • Support searching on SQLAlchemy hybrid properties
  • Extra URL paramaters are now propagated to the next page when searching / filtering
  • Add enum34 dependency when running on legacy Python version
  • Update Mapbox API v1 URL format
  • Update jQuery and moment dependencies in templates
  • Fixed a datepicker issue, where only dates up to 2015 were showing up
  • Updated Pillow dependency version

v1.5.3

20 Dec 01:11
Compare
Choose a tag to compare
  • Fixed XSS vulnerability
  • Support nested categories in the navbar menu
  • SQLAlchemy
    • sort on multiple columns with column_default_sort
    • sort on related models in column_sortable_list
    • fix: inline model forms can now also be used for models with multiple primary keys
    • support for using mapped column_property
  • Upgrade Leaflet and Leaflet.draw plugins, used for geoalchemy integration
  • Specify minimum_input_length for ajax widget
  • Peewee: support composite keys
  • MongoEngine: when searching/filtering the input is now regarded as case-insensitive by default
  • FileAdmin
    • handle special characters in filename
    • fix a bug with listing directories on Windows
    • avoid raising an exception when unknown sort parameter is encountered
  • WTForms 3 support

1.5.2

27 Aug 05:16
Compare
Choose a tag to compare

1.5.2

  • Fixed XSS vulnerability
  • Fixed Peewee support
  • Added detail view column formatters
  • Updated Flask-Login example to work with the newer version of the library
  • Various SQLAlchemy-related fixes
  • Various Windows related fixes for the file admin

v1.5.0

12 Mar 14:25
Compare
Choose a tag to compare
  • 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