aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
diff options
context:
space:
mode:
authorTom Christie2013-12-13 21:59:47 +0000
committerTom Christie2013-12-13 21:59:47 +0000
commit54d3c6a725358ee5bb3e07450fb5efbaf957e1b7 (patch)
tree35a6eee7406a49f7ae6ef5e40f89f371841db1aa /docs/topics
parenta87c55a93a7ca380bc49425cc6df00f4eba99aa2 (diff)
downloaddjango-rest-framework-54d3c6a725358ee5bb3e07450fb5efbaf957e1b7.tar.bz2
Updated release notes
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 54865053..f171b1f5 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -43,6 +43,7 @@ You can determine your currently installed version using `pip freeze`:
### Master
* JSON renderer now deals with objects that implement a dict-like interface.
+* Fix compatiblity with newer versions of `django-oauth-plus`.
* Bugfix: Refine behavior that calls model manager `all()` across nested serializer relationships, preventing erronous behavior with some non-ORM objects, and preventing unneccessary queryset re-evaluations.
* Bugfix: Allow defaults on BooleanFields to be properly honored when values are not supplied.