diff options
| author | Tom Christie | 2012-11-09 17:01:20 +0000 | 
|---|---|---|
| committer | Tom Christie | 2012-11-09 17:01:20 +0000 | 
| commit | e224061189a6a5ea2c063f3820239eed6c3a88fb (patch) | |
| tree | a678827879e7fc25f612c55185c29ed44bdae8da /docs/topics | |
| parent | d365621cbeb333d857dd312147edd5cd076866e8 (diff) | |
| download | django-rest-framework-e224061189a6a5ea2c063f3820239eed6c3a88fb.tar.bz2 | |
Support for `read_only_fields` on `ModelSerializer` classes
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/release-notes.md | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 670332e6..35e8a8b3 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -4,6 +4,10 @@  >  > — Eric S. Raymond, [The Cathedral and the Bazaar][cite]. +## Master + +* Support for `read_only_fields` on `ModelSerializer` classes. +  ## 2.1.2  **Date**: 9th Nov 2012  | 
