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 9140867 commit a1196d9Copy full SHA for a1196d9
README.rst
@@ -35,7 +35,7 @@ Usage
35
36
Alternatively, to set CSV as a default rendered format, add the following to the
37
`settings.py` file::
38
-
+
39
REST_FRAMEWORK = {
40
# specifying the renderers
41
'DEFAULT_RENDERER_CLASSES': (
@@ -77,6 +77,11 @@ To run the tests against the current environment:
77
Changelog
78
=========
79
80
+1.3.0
81
+-----
82
83
+* Support for Python 3, derived from work by @samdobson
84
85
1.2.0
86
-----
87
rest_framework_csv/__init__.py
@@ -1 +1 @@
1
-__version__ = '1.2.0'
+__version__ = '1.3.0'
0 commit comments