aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorTom Christie2013-12-06 22:13:50 +0000
committerTom Christie2013-12-06 22:13:50 +0000
commit910de38a9c8cd03243e738c8f4adcbade8a4d7d6 (patch)
tree13c557324aae8b8738a98224d7ab3eef7aa11eef /docs/topics/release-notes.md
parent85d9eb0f7ed3ef66a25a443b34ead914a506462c (diff)
downloaddjango-rest-framework-910de38a9c8cd03243e738c8f4adcbade8a4d7d6.tar.bz2
Version 2.3.102.3.10
Diffstat (limited to 'docs/topics/release-notes.md')
-rw-r--r--docs/topics/release-notes.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 2df2cf93..b080ad43 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -40,10 +40,13 @@ You can determine your currently installed version using `pip freeze`:
## 2.3.x series
-### Master
+### 2.3.10
+
+**Date**: 6th December 2013
* Add in choices information for ChoiceFields in response to `OPTIONS` requests.
* Added `pre_delete()` and `post_delete()` method hooks.
+* Added status code category helper functions.
* 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.