aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorTom Christie2013-12-03 16:55:11 +0000
committerTom Christie2013-12-03 16:55:11 +0000
commit38d78b21c0a7c68c205ebe6e79433ca51fe609ce (patch)
treec301326f5ad77557a5e9105e4b68cdfd29868095 /docs/topics/release-notes.md
parent9f1918e41e1b8dcfa621b00788bab865f2fc31aa (diff)
downloaddjango-rest-framework-38d78b21c0a7c68c205ebe6e79433ca51fe609ce.tar.bz2
Remove Content-Type header from empty responses. Fixes #1196
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 f9ad55f7..e6085f59 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`:
* Add in choices information for ChoiceFields in response to `OPTIONS` requests.
* Added `pre_delete()` and `post_delete()` method hooks.
+* Bugfix: Responses without any content no longer include an HTTP `'Content-Type'` header.
* Bugfix: Correctly handle validation errors in PUT-as-create case, responding with 400.
### 2.3.9