mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-23 15:54:16 +03:00
Merge branch 'restframework2' of git://github.com/tomchristie/django-rest-framework into improved-view-decorators
* 'restframework2' of git://github.com/tomchristie/django-rest-framework: Add missing comma
This commit is contained in:
commit
4be937a9b3
|
@ -28,7 +28,7 @@ DEFAULTS = {
|
|||
),
|
||||
'DEFAULT_PARSERS': (
|
||||
'rest_framework.parsers.JSONParser',
|
||||
'rest_framework.parsers.FormParser'
|
||||
'rest_framework.parsers.FormParser',
|
||||
'rest_framework.parsers.MultiPartParser'
|
||||
),
|
||||
'DEFAULT_AUTHENTICATION': (
|
||||
|
|
Loading…
Reference in New Issue
Block a user