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 0953a7d commit b199688Copy full SHA for b199688
rest_framework_xml/renderers.py
@@ -5,7 +5,8 @@
5
6
from django.utils import six
7
from django.utils.xmlutils import SimplerXMLGenerator
8
-from rest_framework.compat import StringIO, smart_text
+from django.utils.six.moves import StringIO
9
+from django.utils.encoding import smart_text
10
from rest_framework.renderers import BaseRenderer
11
12
0 commit comments