Update release notes

This commit is contained in:
Tom Christie 2013-08-23 12:06:23 +01:00
parent 95b2bf50fb
commit f2b190e374

View File

@ -45,6 +45,7 @@ You can determine your currently installed version using `pip freeze`:
* Support customizable view name and description functions, using the `VIEW_NAME_FUNCTION` and `VIEW_DESCRIPTION_FUNCTION` settings.
* Bugfix: `required=True` argument fixed for boolean serializer fields.
* Bugfix: `client.force_authenticate(None)` should also clear session info if it exists.
* Bugfix: Client sending emptry string instead of file now clears `FileField`.
### 2.3.7