aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorTom Christie2013-05-24 23:44:23 +0100
committerTom Christie2013-05-24 23:44:23 +0100
commitfcaee6e580efc62658a5b155525c55ef427c5778 (patch)
treef46d5966d96e52c6e77df73c0f7c19200a82f1c7 /docs/topics/release-notes.md
parent760e8642bd04b5e03409601a8d378799c36eac1b (diff)
downloaddjango-rest-framework-fcaee6e580efc62658a5b155525c55ef427c5778.tar.bz2
Clean up OPTIONS implementation
Diffstat (limited to 'docs/topics/release-notes.md')
-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 ff011546..348b3a60 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -44,6 +44,7 @@ You can determine your currently installed version using `pip freeze`:
* Serializer fields now support `label` and `help_text`.
* Added `UnicodeJSONRenderer`.
+* `OPTIONS` requests now return metadata about fields for `POST` and `PUT` requests.
* Bugfix: `charset` now properly included in `Content-Type` of responses.
* Bugfix: Blank choice now added in browsable API on nullable relationships.
* Bugfix: Many to many relationships with `through` tables are now read-only.