Oopsie, some old settings came through :)

This commit is contained in:
Arkadiusz Bienert 2015-11-09 14:42:08 +01:00
parent 52cb38b8c7
commit 4916d2c9e7

View File

@ -100,5 +100,4 @@ class DefaultContentNegotiation(BaseContentNegotiation):
else: else:
header = '*/*' header = '*/*'
header = request.query_params.get(self.settings.URL_ACCEPT_OVERRIDE, header)
return [token.strip() for token in header.split(',')] return [token.strip() for token in header.split(',')]