aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
diff options
context:
space:
mode:
authorTom Christie2013-08-23 12:06:23 +0100
committerTom Christie2013-08-23 12:06:23 +0100
commitf2b190e3740e50508b3da1ec52048a3c90add3b1 (patch)
tree7cc51e8ba94e616f544dfe2f00df44dc13beab89 /docs/topics
parent95b2bf50fbb9b95facebb23812bbbb2e27a76035 (diff)
downloaddjango-rest-framework-f2b190e3740e50508b3da1ec52048a3c90add3b1.tar.bz2
Update release notes
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/release-notes.md1
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