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 6379d1c commit 4af8951Copy full SHA for 4af8951
doc/upgrading.txt
@@ -11,6 +11,21 @@ accordingly. Note that there is information about upgrade procedures in the
11
Migrating from 0.6 to 0.7
12
=========================
13
14
+0.7.0 Added CSV export action
15
+-----------------------------
16
+
17
+A new action has been added which exports the current index page or search
18
+result as a comma-separated-value (CSV) file.
19
20
+To use it, add this to your "index" templates:
21
22
+<a tal:attributes="href python:request.indexargs_url('issue',
23
+ {'@action':'csv_export'})">Download as CSV</a>
24
25
+Making sure that the ``'issue'`` part matches the class name of the page
26
+you're editing.
27
28
29
0.7.0 Typed columns in MySQL backend
30
------------------------------------
31
0 commit comments