aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2013-04-17 09:03:24 +0100
committerTom Christie2013-04-17 09:03:24 +0100
commit37fe0bf0de25d28d792a291d5a84987ab71c4cb6 (patch)
treee6e382726a5928a6fe6fd810a6bcb36d48c8b401 /docs
parent700df90da18aa31e772cf81a2a6087e05084f8ba (diff)
downloaddjango-rest-framework-37fe0bf0de25d28d792a291d5a84987ab71c4cb6.tar.bz2
Remove unneccessary tests from #789, and bit of cleanup.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/release-notes.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index d89bf80f..66ede3a2 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -40,6 +40,12 @@ You can determine your currently installed version using `pip freeze`:
## 2.2.x series
+### Master
+
+* Loud failure when view does not return a `Response` or `HttpResponse`.
+* Bugfix: Fix for Django 1.3 compatiblity.
+* Bugfix: Allow overridden `get_object()` to work correctly.
+
### 2.2.6
**Date**: 4th April 2013