All Versions
26
Latest Version
Avg Release Cycle
173 days
Latest Release
36 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.0.0.a2 Changes
October 28, 20242.0.0a2
π₯ Breaking changes:
- β Removed support for Python 3.8.
- Use of the
botolibrary has been replaced byboto3. S3FileAdmin and S3Storage now accept ans3_clientparameter taking aboto3.client('s3')instance rather thanaws_access_key_id,aws_secret_access_key, andregionparameters.
-
v2.0.0.a1 Changes
October 26, 20242.0.0a1
π Fixes:
- π Fixes compatibility with WTForms 3.2+.
- The
Applybutton for filters will show/hide correctly again - π Fix
translations_pathattribute when Flask-Admin is used with Flask-Babel - β‘οΈ Some translation updates.
- Date fields no longer override
widgetif set inform_args - βSave and Continue Editingβ button no longer discards the βreturn URLβ (allowing to retain filters when switching back to the list)
-
v1.5.7 Changes
October 26, 2020- π Bootstrap 4 support!
- β Added hook for custom SQLAlchemy models initializers
- SQLAlchemy 1.4/2.0 compatibility fix
-
v1.5.6 Changes
April 09, 2020- SQLAlchemy 1.3.6 compatibility fix
- π Python 3.8 support
-
v1.5.5 Changes
February 07, 2020- Werkzeug 1.0 compatibility fix
- π Use fa-circle-o icon for unchecked booleans
- π A few SQLAlchemy-related bug fixes
-
v1.5.4 Changes
October 16, 2019- π 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 Changes
December 20, 2018- π 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
- sort on multiple columns with
- β¬οΈ Upgrade Leaflet and Leaflet.draw plugins, used for geoalchemy integration
- Specify
minimum_input_lengthfor ajax widget - π Peewee: support composite keys
- 0οΈβ£ 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
-
v1.5.2 Changes
August 27, 20181.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 Changes
March 12, 2017- π 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
-
v1.4.2 Changes
June 14, 2016- π Small bug fix release. Fixes regression that prevented usage of "virtual" columns with a custom formatter.