File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 1.5.2
5+ -----
6+
7+ * Fixed XSS vulnerability
8+ * Fixed Peewee support
9+ * Added detail view column formatters
10+ * Updated Flask-Login example to work with the newer version of the library
11+ * Various SQLAlchemy-related fixes
12+ * Various Windows related fixes for the file admin
13+
14+ 1.5.1
15+ -----
16+
17+ * Dropped Python 2.6 support
18+ * Fixed SQLAlchemy >= 1.2 compatibility
19+ * Fixed Pewee 3.0 compatibility
20+ * Fixed max year for a combo date inline editor
21+ * Lots of small bug fixes
22+
4231.5.0
524-----
625
Original file line number Diff line number Diff line change 1- __version__ = '1.5.0 '
1+ __version__ = '1.5.2 '
22__author__ = 'Flask-Admin team'
33__email__ = 'serge.koval+github@gmail.com'
44
You can’t perform that action at this time.
0 commit comments