diff options
| author | Tom Christie | 2013-08-29 17:27:08 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-08-29 19:31:36 +0100 |
| commit | ac0fb01be3f33fab8d94117daf84a065f67bc343 (patch) | |
| tree | 9e0e18e7a9cb4932f43a6a253b8135e1872b4e45 /docs/topics/release-notes.md | |
| parent | 4b46de7dcebb31e9f7de11926ab5a4ecaa80c770 (diff) | |
| download | django-rest-framework-ac0fb01be3f33fab8d94117daf84a065f67bc343.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 516efdc8..a901412f 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -48,6 +48,7 @@ You can determine your currently installed version using `pip freeze`: * 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`. +* Bugfix: Empty values on ChoiceFields with `required=False` now consistently return `None`. ### 2.3.7 |
