diff options
| author | Tom Christie | 2014-09-26 17:06:20 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-09-26 17:06:20 +0100 | 
| commit | dee3f78cb688b1bee892ef78d6eec23ccf67a80e (patch) | |
| tree | bfae7d0bfaf16c622e6c7c0deac2395c0379dbe8 /rest_framework/settings.py | |
| parent | ac71d9aaae27f620fdb0167a4ad586e754a844a3 (diff) | |
| download | django-rest-framework-dee3f78cb688b1bee892ef78d6eec23ccf67a80e.tar.bz2 | |
FileField and ImageField
Diffstat (limited to 'rest_framework/settings.py')
| -rw-r--r-- | rest_framework/settings.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/rest_framework/settings.py b/rest_framework/settings.py index d7fb0a43..1e8c27fc 100644 --- a/rest_framework/settings.py +++ b/rest_framework/settings.py @@ -110,7 +110,8 @@ DEFAULTS = {      # Encoding      'UNICODE_JSON': True,      'COMPACT_JSON': True, -    'COERCE_DECIMAL_TO_STRING': True +    'COERCE_DECIMAL_TO_STRING': True, +    'UPLOADED_FILES_USE_URL': True  } | 
