diff options
| author | Tom Christie | 2013-04-17 09:03:24 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-04-17 09:03:24 +0100 |
| commit | 37fe0bf0de25d28d792a291d5a84987ab71c4cb6 (patch) | |
| tree | e6e382726a5928a6fe6fd810a6bcb36d48c8b401 /docs | |
| parent | 700df90da18aa31e772cf81a2a6087e05084f8ba (diff) | |
| download | django-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.md | 6 |
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 |
