diff options
| author | Tom Christie | 2012-11-22 10:07:42 +0000 | 
|---|---|---|
| committer | Tom Christie | 2012-11-22 10:07:42 +0000 | 
| commit | d031ccce6e693df088faa1b85dc50c0a5e636acf (patch) | |
| tree | de6d44290fe6518e21d9fcbcffdaa4e1034bf3a6 /docs/topics | |
| parent | ba553b7dcdb232079cb04e6d7cd673d39cc99695 (diff) | |
| download | django-rest-framework-d031ccce6e693df088faa1b85dc50c0a5e636acf.tar.bz2 | |
Updated release notes.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/release-notes.md | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index c641a1b3..99cc9b6d 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -16,6 +16,7 @@  **Date**: 16th Nov 2012 +* Support for partial updates with serializers.  * Added `FileField` and `ImageField`.  For use with `MultiPartParser`.  * Added `URLField` and `SlugField`.  * Support for `read_only_fields` on `ModelSerializer` classes.  | 
