aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2012-10-31 20:11:32 +0000
committerTom Christie2012-10-31 20:11:38 +0000
commit027c9079f62322fe933bdfd4438f23cf4848e3cc (patch)
treeb74c3b8ea89b91c82921f6cf055fed3fdd5321ac /docs
parent3a99170a7300b2212dbb5aa91c7a7262d7425e98 (diff)
downloaddjango-rest-framework-027c9079f62322fe933bdfd4438f23cf4848e3cc.tar.bz2
PUT as create should return 201. Fixes #340.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/release-notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index a466f4b1..b336aeab 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
+
+* If PUT creates an instance return '201 Created', instead of '200 OK'.
+
## 2.0.0
* **Fix all of the things.** (Well, almost.)