aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorTom Christie2013-12-13 20:17:26 +0000
committerTom Christie2013-12-13 20:17:26 +0000
commit87b99d1ac8ce212dd0751f597e3279d80d4fcad1 (patch)
tree8c07171ead42dc375b42f60694b2400bc9576b35 /docs/topics/release-notes.md
parent8b2f0cc3d7019bd96b034d10edd53d9cb2a03888 (diff)
downloaddjango-rest-framework-87b99d1ac8ce212dd0751f597e3279d80d4fcad1.tar.bz2
Update release notes
Diffstat (limited to 'docs/topics/release-notes.md')
-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 1ddd8351..54865053 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -44,6 +44,7 @@ You can determine your currently installed version using `pip freeze`:
* JSON renderer now deals with objects that implement a dict-like interface.
* 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.
### 2.3.10