diff options
| author | Tom Christie | 2013-12-10 08:49:54 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-12-10 08:49:54 +0000 |
| commit | 40164fcc6241489033d7015d429cbe0afc674d37 (patch) | |
| tree | e5351160dc27924d72889e4bfd56e76180f35be2 /docs/topics/release-notes.md | |
| parent | 3a1c40f81488c241cb64860d6cc510f8e71c0c40 (diff) | |
| download | django-rest-framework-40164fcc6241489033d7015d429cbe0afc674d37.tar.bz2 | |
Update release notes
Diffstat (limited to 'docs/topics/release-notes.md')
| -rw-r--r-- | docs/topics/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index d3f85e6e..e186893e 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. +* Bugfix: Refine behavior that call's model manager `all()` across nested serializer relationships, preventing erronous behavior with some non-ORM objects, and preventing unneccessary queryset re-evaluations. ### 2.3.10 |
