aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
diff options
context:
space:
mode:
authorTom Christie2013-03-26 07:48:53 +0000
committerTom Christie2013-03-26 07:48:53 +0000
commit92c929094c88125ea4a2fd359ec99d2b4114f081 (patch)
treedefab9a9e57a626b83619aa3388f8ebf51ca33cc /docs/topics
parent8387cb5d1655e4d29cf8bca1919038091427e584 (diff)
downloaddjango-rest-framework-92c929094c88125ea4a2fd359ec99d2b4114f081.tar.bz2
Version 2.2.52.2.5
Diffstat (limited to 'docs/topics')
-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 f506c610..e63aee49 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -40,8 +40,11 @@ You can determine your currently installed version using `pip freeze`:
## 2.2.x series
-### Master
+### 2.2.5
+**Date**: 26th March 2013
+
+* Serializer support for bulk create and bulk update operations.
* Regression fix: Date and time fields return date/time objects by default. Fixes regressions caused by 2.2.2. See [#743][743] for more details.
* Bugfix: Fix 500 error is OAuth not attempted with OAuthAuthentication class installed.
* `Serializer.save()` now supports arbitrary keyword args which are passed through to the object `.save()` method. Mixins use `force_insert` and `force_update` where appropriate, resulting in one less database query.