diff options
| author | Tom Christie | 2013-12-03 09:00:25 -0800 |
|---|---|---|
| committer | Tom Christie | 2013-12-03 09:00:25 -0800 |
| commit | 25ac4cd20ec3525067dd258af7c45d3268bf8482 (patch) | |
| tree | c301326f5ad77557a5e9105e4b68cdfd29868095 /docs | |
| parent | 9f1918e41e1b8dcfa621b00788bab865f2fc31aa (diff) | |
| parent | 38d78b21c0a7c68c205ebe6e79433ca51fe609ce (diff) | |
| download | django-rest-framework-25ac4cd20ec3525067dd258af7c45d3268bf8482.tar.bz2 | |
Merge pull request #1265 from tomchristie/fix-1196
Remove Content-Type header from empty responses. Fixes #1196
Diffstat (limited to 'docs')
| -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 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 |
