diff options
| author | Tom Christie | 2013-12-03 16:05:19 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-12-03 16:05:19 +0000 |
| commit | b92c911cf66805f7826713c68f4e6704b2ad4589 (patch) | |
| tree | ced0a78c6e86b6f86162b21406c723a9e4cfab20 | |
| parent | 344cd865ab2f0ae04d43ff0fac07cba53b2ca33f (diff) | |
| download | django-rest-framework-b92c911cf66805f7826713c68f4e6704b2ad4589.tar.bz2 | |
Update release-notes.md
| -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 c7e24a5e..f9ad55f7 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -42,6 +42,7 @@ You can determine your currently installed version using `pip freeze`: ### Master +* Add in choices information for ChoiceFields in response to `OPTIONS` requests. * Added `pre_delete()` and `post_delete()` method hooks. * Bugfix: Correctly handle validation errors in PUT-as-create case, responding with 400. |
