Updated release notes

This commit is contained in:
Tom Christie 2013-12-23 11:57:25 +00:00
parent 3f5e3c28f5
commit bed2f08c24

View File

@ -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