diff options
| author | Tom Christie | 2011-07-02 10:37:51 -0700 |
|---|---|---|
| committer | Tom Christie | 2011-07-02 10:37:51 -0700 |
| commit | 2dc042f0cf3a3d6049a1d2641d99b9e10f691b35 (patch) | |
| tree | 27365dd1afbc9ab874e2b8dfe6a91172562cbf4c /djangorestframework/parsers.py | |
| parent | f43f20bd3a6e345345f0ba52460f43a66d610adc (diff) | |
| download | django-rest-framework-2dc042f0cf3a3d6049a1d2641d99b9e10f691b35.tar.bz2 | |
Picky. :)
Diffstat (limited to 'djangorestframework/parsers.py')
| -rw-r--r-- | djangorestframework/parsers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/parsers.py b/djangorestframework/parsers.py index 41f15aa3..2ff64bd3 100644 --- a/djangorestframework/parsers.py +++ b/djangorestframework/parsers.py @@ -173,4 +173,4 @@ DEFAULT_PARSERS = ( JSONParser, MultiPartParser ) if YAMLParser: - DEFAULT_PARSERS += (YAMLParser,) + DEFAULT_PARSERS += ( YAMLParser, ) |
