diff options
| author | Tom Christie | 2012-11-01 23:15:36 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-11-01 23:15:42 +0000 |
| commit | 09d70958bd09b65687aabbdfa999a7431d37897f (patch) | |
| tree | 3e584af07ff184ff0d3c83a292cba71d86b02bab | |
| parent | 5209cd1ddaead780d7a4cf610620f4b7bb6b28ab (diff) | |
| download | django-rest-framework-09d70958bd09b65687aabbdfa999a7431d37897f.tar.bz2 | |
Update release notes
| -rw-r--r-- | docs/topics/release-notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index b336aeab..41a230f0 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -6,6 +6,8 @@ ## Master +* Add support for relational fields in the browsable API. +* Added SlugRelatedField and ManySlugRelatedField. * If PUT creates an instance return '201 Created', instead of '200 OK'. ## 2.0.0 |
