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 16da517 commit 91dd39dCopy full SHA for 91dd39d
django_declarative_apis/resources/emitters.py
@@ -182,7 +182,7 @@ def decode(self, data):
182
183
def render(self, request):
184
cb = request.GET.get("callback", None)
185
- assert cb is None, "JSONP Callbacks not suppoted"
+ assert cb is None, "JSONP Callbacks not supported"
186
seria = self.decode(self.construct())
187
if isinstance(seria, list):
188
if len(seria) == 0 or (len(seria) == 1 and len(seria[0]) == 0):
0 commit comments