diff options
| author | Tom Christie | 2013-11-19 15:58:34 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-11-19 15:58:34 +0000 | 
| commit | 304b193efe076868ceca624543183791f5931726 (patch) | |
| tree | d5b739b925f38303df02bf26c0d3a6eb21e52806 /docs/topics/release-notes.md | |
| parent | 75744b2a894da8472cd9adc0112aaa5c2a4e1f2d (diff) | |
| download | django-rest-framework-304b193efe076868ceca624543183791f5931726.tar.bz2 | |
Update release-notes.md
Diffstat (limited to 'docs/topics/release-notes.md')
| -rw-r--r-- | docs/topics/release-notes.md | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 6c1447d5..0759bd9d 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -40,6 +40,10 @@ You can determine your currently installed version using `pip freeze`:  ## 2.3.x series +### Master + +* Bugfix: Correctly handle validation errors in PUT-as-create case, responding with 400. +  ### 2.3.9  **Date**: 15th November 2013 | 
