@@ -9,19 +9,19 @@ Changelog
9
9
* Flask-Admin would not recursively save inline models, allowing arbitrary nesting
10
10
* Added configuration properties that allow injection of additional CSS and JS dependencies into templates without overriding them
11
11
* SQLAlchemy backend
12
- - Updated hybrid property detection using new SQLAlchemy APIs
13
- - Added support for association proxies
14
- - Added support for remote hybrid properties filters
15
- - Added support for ARRAY column type
12
+ - Updated hybrid property detection using new SQLAlchemy APIs
13
+ - Added support for association proxies
14
+ - Added support for remote hybrid properties filters
15
+ - Added support for ARRAY column type
16
16
* Localization-related fixes
17
17
* MongoEngine backend is now properly formats model labels
18
18
* Improved Google App Engine support:
19
- - Added TextProperty, KeyProperty and SelectField support
20
- - Added support for form_args, excluded_columns, page_size and after_model_update
19
+ - Added TextProperty, KeyProperty and SelectField support
20
+ - Added support for form_args, excluded_columns, page_size and after_model_update
21
21
* Fixed URL generation with localized named filters
22
22
* FileAdmin has Bootstrap 2 support now
23
- * Geoalchemy support fixes
24
- - Use Google Places (by default) for place search
23
+ * Geoalchemy fixes
24
+ - Use Google Places (by default) for place search
25
25
* Updated translations
26
26
* Bug fixes
27
27
0 commit comments