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 a339239 commit b116600Copy full SHA for b116600
README.rst
@@ -33,7 +33,7 @@ Usage
33
renderer_classes = (r.CSVRenderer, ) + api_settings.DEFAULT_RENDERER_CLASSES
34
...
35
36
-Alternatively, to set CSV as a default rendered format, add the following to the
+Alternatively, to set CSV as a default rendered format, add the following to the
37
`settings.py` file:
38
39
.. code-block:: python
@@ -81,6 +81,11 @@ To run the tests against the current environment:
81
Changelog
82
=========
83
84
+1.3.2/1.3.3
85
+-----------
86
+
87
+- Support unicode CSV parsing, and universal newlines
88
89
1.3.1
90
-----
91
rest_framework_csv/__init__.py
@@ -1 +1 @@
1
-__version__ = '1.3.2'
+__version__ = '1.3.3'
0 commit comments