diff options
| author | Tom Christie | 2013-12-23 11:57:25 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-12-23 11:57:25 +0000 |
| commit | bed2f08c24a13831590ae5fc8cefbb1bca300a96 (patch) | |
| tree | c90cfeac4a736944f136b7561b393e00df33a1bb /docs/topics/release-notes.md | |
| parent | 3f5e3c28f5a4f8b12f5f3ae6c7b571d08be2bf7e (diff) | |
| download | django-rest-framework-bed2f08c24a13831590ae5fc8cefbb1bca300a96.tar.bz2 | |
Updated 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 d1ace116..b09bd0be 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -46,6 +46,7 @@ You can determine your currently installed version using `pip freeze`: * 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. +* Bugfix: Prevent double-escaping of non-latin1 URL query params when appending `format=json` params. ### 2.3.10 |
