mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-09 15:52:29 +03:00
Picky. :)
This commit is contained in:
parent
f43f20bd3a
commit
2dc042f0cf
|
@ -173,4 +173,4 @@ DEFAULT_PARSERS = ( JSONParser,
|
||||||
MultiPartParser )
|
MultiPartParser )
|
||||||
|
|
||||||
if YAMLParser:
|
if YAMLParser:
|
||||||
DEFAULT_PARSERS += (YAMLParser,)
|
DEFAULT_PARSERS += ( YAMLParser, )
|
||||||
|
|
Loading…
Reference in New Issue
Block a user