Skip to content

Commit 01f7d78

Browse files
committed
Version bump
1 parent 812ae71 commit 01f7d78

File tree

2 files changed

+15
-26
lines changed

2 files changed

+15
-26
lines changed

doc/changelog.rst

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
=========
33

4+
1.0.6
5+
-----
6+
7+
* Model views now support default sorting order
8+
* Model type/column formatters now accept additional `view` parameter
9+
* `is_visible` for administrative views
10+
* Model views have `after_model_change` method that can be overridden
11+
* In model views, `get_query` was split into `get_count_query` and `get_query`
12+
* Bootstrap 2.3.1
13+
* Bulk deletes go through `delete_model`
14+
* Flask-Admin no longer uses floating navigation bar
15+
* Translations: French, Persian (Farsi), Chinese (Simplified/Traditional), Chech
16+
* Bug fixes
17+
418
1.0.5
519
-----
620

@@ -61,28 +75,3 @@ SQLAlchemy backend:
6175
* Synonym properties support
6276
* Backend will ignore protected fields (name starting with underscore) from now on
6377
* Support for various PostgreSQL fields
64-
65-
1.0.2
66-
-----
67-
68-
* Peewee model backend
69-
* Inline form administration interface for models a-la Django
70-
* Mass actions - methods that work with more than one item (for example - mass delete for models or files)
71-
* SQLAlchemy form scaffolding is now independent from the wtforms.ext.sqlalchemy helpers
72-
* Added ability to mount administrative interface as a top-level folder
73-
* Administrative interface can now be mounted as a subdomain
74-
* Can now use FileField in model admin
75-
* Revamped model templates, much more customizable now
76-
* Model list view column formatting callbacks
77-
* Lots of bugfixes
78-
79-
1.0.1
80-
-----
81-
82-
* Fixed setup manifest
83-
84-
85-
1.0.0
86-
-----
87-
88-
* Initial release

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.0.5'
1+
__version__ = '1.0.6'
22
__author__ = 'Serge S. Koval'
33
__email__ = 'serge.koval+github@gmail.com'
44

0 commit comments

Comments
 (0)