We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af10e0 commit 0528221Copy full SHA for 0528221
doc/changelog.rst
@@ -1,9 +1,10 @@
1
Changelog
2
=========
3
4
-next release
+1.5.3
5
-----
6
7
+* Fixed XSS vulnerability
8
* Support nested categories in the navbar menu
9
* SQLAlchemy
10
* sort on multiple columns with `column_default_sort`
@@ -18,6 +19,7 @@ next release
18
19
* handle special characters in filename
20
* fix a bug with listing directories on Windows
21
* avoid raising an exception when unknown sort parameter is encountered
22
+* WTForms 3 support
23
24
1.5.2
25
flask_admin/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '1.5.2'
+__version__ = '1.5.3'
__author__ = 'Flask-Admin team'
__email__ = '[email protected]'
0 commit comments