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 93236a0 commit 3d44f1dCopy full SHA for 3d44f1d
README.rst
@@ -39,6 +39,13 @@ To run the tests against the current environment:
39
Changelog
40
=========
41
42
+1.2.0
43
+-----
44
+
45
+* Support consistent ordering of fields in rendered CSV; thanks to @robguttman
46
+* Support specifying particular fields/headers in custom CSV renderer by
47
+ overriding the ``headers`` attribute.
48
49
1.1.0
50
-----
51
rest_framework_csv/__init__.py
@@ -1 +1 @@
1
-__version__ = '1.1.0'
+__version__ = '1.2.0'
0 commit comments