aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
diff options
context:
space:
mode:
authorMark Shirley2013-01-08 08:40:00 -0800
committerMark Shirley2013-01-08 08:40:00 -0800
commit394a26f8330c99cc7b9297bde0d56eed7586964a (patch)
tree315f5d7d05011e260037cd1c2b53c4a60b1d85fd /docs/topics
parent431ced66e49905fd76db0c36f62794dc3f42470b (diff)
parentb298bf53f310fae48083d87408d69e2d46e60671 (diff)
downloaddjango-rest-framework-394a26f8330c99cc7b9297bde0d56eed7586964a.tar.bz2
Merge pull request #553 from maspwr/null-one-to-one
Handle ObjectDoesNotExist exceptions when serializing null reverse one-to-one
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 edd948ac..d883571a 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -21,6 +21,7 @@ Major version numbers (x.0.0) are reserved for project milestones. No major poi
* Deprecate django.utils.simplejson in favor of Python 2.6's built-in json module.
* 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
### 2.1.15