File tree 2 files changed +14
-18
lines changed
2 files changed +14
-18
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
17
1.2.0
5
18
-----
6
19
@@ -38,20 +51,3 @@ Highlights:
38
51
* Added the ``geoa `` contrib module, for working with `geoalchemy2 <http://geoalchemy-2.readthedocs.org/ >`_
39
52
* Portugese translation
40
53
* 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
Original file line number Diff line number Diff line change 1
- __version__ = '1.2.1-dev '
1
+ __version__ = '1.3.0 '
2
2
__author__ = 'Serge S. Koval'
3
3
4
4
You can’t perform that action at this time.
0 commit comments