mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 04:50:12 +03:00
Oopsie, some old settings came through :)
This commit is contained in:
parent
52cb38b8c7
commit
4916d2c9e7
|
@ -100,5 +100,4 @@ class DefaultContentNegotiation(BaseContentNegotiation):
|
|||
else:
|
||||
header = '*/*'
|
||||
|
||||
header = request.query_params.get(self.settings.URL_ACCEPT_OVERRIDE, header)
|
||||
return [token.strip() for token in header.split(',')]
|
||||
|
|
Loading…
Reference in New Issue
Block a user