aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2012-12-19 22:42:11 +0000
committerTom Christie2012-12-19 22:42:11 +0000
commitc097bcef586da4513d1d6f357d9eb3d7b4b0fffb (patch)
tree50957a0d7a34c36f5e49a5b4a35f028a4e6b3898
parent566b9ff27b93dfa089d054552a94d930e3f17c67 (diff)
downloaddjango-rest-framework-c097bcef586da4513d1d6f357d9eb3d7b4b0fffb.tar.bz2
Update release notes.
-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 c75f0879..741d908c 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -8,6 +8,7 @@
### Master
+* Bugfix: Fix bug that could occur using ChoiceField.
* Bugfix: Fix exception in browseable API on DELETE.
* Bugfix: Fix issue where pk was was being set to a string if set by URL kwarg.