aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2013-01-12 10:07:11 +0000
committerTom Christie2013-01-12 10:07:11 +0000
commit25a463be7302ae64fe1ea2a560d7bdbd022221d9 (patch)
tree117518aeec26ee2396c371f880b3ac046c58c35d
parentd9acec3e6dd07d33f416646bc161108ea52842d6 (diff)
downloaddjango-rest-framework-25a463be7302ae64fe1ea2a560d7bdbd022221d9.tar.bz2
Update release notes.
-rw-r--r--docs/topics/release-notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index d883571a..b7907ec7 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -19,10 +19,13 @@ Major version numbers (x.0.0) are reserved for project milestones. No major poi
### Master
* Deprecate django.utils.simplejson in favor of Python 2.6's built-in json module.
+* Bugfix: PK fields now only default to `read_only=True` if they are an AutoField or if `editable=False`.
* Bugfix: Validation errors instead of exceptions when serializers receive incorrect types.
* Bugfix: Validation errors instead of exceptions when related fields receive incorrect types.
* Bugfix: Handle ObjectDoesNotExist exception when serializing null reverse one-to-one
+**Note**: If you are using auto UUID fields as your primary keys, you probably want to make sure that the model fields correctly set `editable=False`.
+
### 2.1.15
**Date**: 3rd Jan 2013