File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- 1.4.2
4
+ 1.5.0
5
5
-----
6
6
7
+ * Fixed CSRF generation logic for multi-process deployments
8
+ * Added WTForms >= 3.0 support
9
+ * Flask-Admin would not recursively save inline models, allowing arbitrary nesting
10
+ * Added configuration properties that allow injection of additional CSS and JS dependencies into templates without overriding them
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
16
+ * Localization-related fixes
17
+ * MongoEngine backend is now properly formats model labels
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
21
+ * Fixed URL generation with localized named filters
22
+ * FileAdmin has Bootstrap 2 support now
23
+ * Geoalchemy support fixes
24
+ - Use Google Places (by default) for place search
25
+ * Updated translations
26
+ * Bug fixes
27
+
28
+ 1.4.2
29
+ -----
7
30
* Small bug fix release. Fixes regression that prevented usage of "virtual" columns with a custom formatter.
8
31
9
32
1.4.1
Original file line number Diff line number Diff line change 1
- __version__ = '1.4.2 '
1
+ __version__ = '1.5.0 '
2
2
__author__ = 'Flask-Admin team'
3
3
4
4
You can’t perform that action at this time.
0 commit comments