diff options
| author | Tom Christie | 2013-12-06 21:47:26 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-12-06 21:47:26 +0000 |
| commit | 85d9eb0f7ed3ef66a25a443b34ead914a506462c (patch) | |
| tree | cebf36fda0fe668ff25e3adac7fa7f3125678452 /docs/topics/release-notes.md | |
| parent | 51359e461299905c6cd359000941f9da3d561f7d (diff) | |
| download | django-rest-framework-85d9eb0f7ed3ef66a25a443b34ead914a506462c.tar.bz2 | |
Update release-notes.md
Diffstat (limited to 'docs/topics/release-notes.md')
| -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 e6085f59..2df2cf93 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: Partial updates which erronously set a related field to `None` now correctly fail validation instead of raising an exception. * 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. |
