diff options
| author | Tom Christie | 2012-11-09 09:04:45 -0800 |
|---|---|---|
| committer | Tom Christie | 2012-11-09 09:04:45 -0800 |
| commit | da1aa5542cff3295d3a53821d4afe02911094181 (patch) | |
| tree | d40beff70dbc341d0a0b1bc38636a912276d2899 /docs/topics | |
| parent | b1b284cdbc7732b8825565cf70f8cc56f56971fc (diff) | |
| parent | e224061189a6a5ea2c063f3820239eed6c3a88fb (diff) | |
| download | django-rest-framework-da1aa5542cff3295d3a53821d4afe02911094181.tar.bz2 | |
Merge pull request #394 from tomchristie/read_only_fields
Read only fields
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 |
