diff options
| author | Tom Christie | 2013-08-23 12:06:23 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-08-23 12:06:23 +0100 |
| commit | f2b190e3740e50508b3da1ec52048a3c90add3b1 (patch) | |
| tree | 7cc51e8ba94e616f544dfe2f00df44dc13beab89 /docs/topics/release-notes.md | |
| parent | 95b2bf50fbb9b95facebb23812bbbb2e27a76035 (diff) | |
| download | django-rest-framework-f2b190e3740e50508b3da1ec52048a3c90add3b1.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 af90b1ea..626831cb 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -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 |
