Skip to content

Commit b2770d7

Browse files
committed
Bumped version and a changelog
1 parent 19dcff6 commit b2770d7

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

doc/changelog.rst

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,32 @@
11
Changelog
22
=========
33

4-
1.4.2
4+
1.5.0
55
-----
66

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+
-----
730
* Small bug fix release. Fixes regression that prevented usage of "virtual" columns with a custom formatter.
831

932
1.4.1

flask_admin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.4.2'
1+
__version__ = '1.5.0'
22
__author__ = 'Flask-Admin team'
33
__email__ = '[email protected]'
44

0 commit comments

Comments
 (0)