Skip to content

Commit 574f7c8

Browse files
committed
New release
1 parent f774a37 commit 574f7c8

File tree

2 files changed

+14
-18
lines changed

2 files changed

+14
-18
lines changed

doc/changelog.rst

+13-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

4+
1.3.0
5+
-----
6+
7+
* New feature: Edit models in the list view in a popup
8+
* New feature: Read-only model details view
9+
* Fixed XSS in column_editable_list values
10+
* Improved navigation consistency in model create and edit views
11+
* Ability to choose page size in model list view
12+
* Updated client-side dependencies (jQuery, Select2, etc)
13+
* Updated documentation and examples
14+
* Updated translations
15+
* Bug fixes
16+
417
1.2.0
518
-----
619

@@ -38,20 +51,3 @@ Highlights:
3851
* Added the ``geoa`` contrib module, for working with `geoalchemy2 <http://geoalchemy-2.readthedocs.org/>`_
3952
* Portugese translation
4053
* Lots of bug fixes
41-
42-
43-
1.0.8
44-
-----
45-
46-
Highlights:
47-
48-
* Cleaned up documentation, many thanks to Petrus Janse van Rensburg.
49-
* More flexible menu system, ability to add links to menus
50-
* Human-readable filter URLs
51-
* Callable filter `options`
52-
* `EmailField` filter
53-
* Simple accessibility fixes
54-
* `InlineFormField` now accepts `widget_args` and `form_rules` arguments
55-
* Support for newer wtforms versions
56-
* `form_rules` property that affects both create and edit forms
57-
* Lots of bugfixes

flask_admin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.2.1-dev'
1+
__version__ = '1.3.0'
22
__author__ = 'Serge S. Koval'
33
__email__ = '[email protected]'
44

0 commit comments

Comments
 (0)