aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2013-12-03 16:05:19 +0000
committerTom Christie2013-12-03 16:05:19 +0000
commitb92c911cf66805f7826713c68f4e6704b2ad4589 (patch)
treeced0a78c6e86b6f86162b21406c723a9e4cfab20 /docs
parent344cd865ab2f0ae04d43ff0fac07cba53b2ca33f (diff)
downloaddjango-rest-framework-b92c911cf66805f7826713c68f4e6704b2ad4589.tar.bz2
Update release-notes.md
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/release-notes.md1
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.