diff options
| author | Tom Christie | 2013-05-07 13:27:27 +0100 | 
|---|---|---|
| committer | Tom Christie | 2013-05-07 13:27:27 +0100 | 
| commit | 3353889ae85cc21890469cf00f7073d1ea5c2070 (patch) | |
| tree | d9e84b7724b34ecc57a82f4d53fdb6c52b5613f8 /docs/topics/2.3-announcement.md | |
| parent | 642970a1b8e6ebadbbfc9da4d75fad1ec5da6747 (diff) | |
| download | django-rest-framework-3353889ae85cc21890469cf00f7073d1ea5c2070.tar.bz2 | |
Docs for FileUploadParser
Diffstat (limited to 'docs/topics/2.3-announcement.md')
| -rw-r--r-- | docs/topics/2.3-announcement.md | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/topics/2.3-announcement.md b/docs/topics/2.3-announcement.md index 746d3ff7..6677c800 100644 --- a/docs/topics/2.3-announcement.md +++ b/docs/topics/2.3-announcement.md @@ -187,6 +187,10 @@ For example, you might have a field that references it's relationship by a hyper  Usage of the old-style attributes continues to be supported, but will raise a `PendingDeprecationWarning`. +## FileUploadParser + +2.3 adds a `FileUploadParser` parser class, that supports raw file uploads, in addition to the existing multipart upload support. +  ## DecimalField  2.3 introduces a `DecimalField` serializer field, which returns `Decimal` instances.  | 
