We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f048aa2 commit 4c22087Copy full SHA for 4c22087
rest_framework_json_api/serializers.py
@@ -1,4 +1,5 @@
1
import inflection
2
+import six
3
from django.db.models.query import QuerySet
4
from django.utils.translation import ugettext_lazy as _
5
from rest_framework.exceptions import ParseError
0 commit comments