diff options
| author | Tom Christie | 2012-12-11 21:07:48 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-12-11 21:07:48 +0000 |
| commit | 0824761f471ee5130af980acc9fdbb2758a3a92a (patch) | |
| tree | 29940f1cc86faf7b3a924b8395257073ef2b18fd /docs | |
| parent | 405822330958c5432dde56b07a61b223c03ca4c7 (diff) | |
| download | django-rest-framework-0824761f471ee5130af980acc9fdbb2758a3a92a.tar.bz2 | |
Version 2.1.92.1.9
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/release-notes.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 46eb1494..4f83cfd8 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -4,6 +4,14 @@ > > — Eric S. Raymond, [The Cathedral and the Bazaar][cite]. +## 2.1.9 + +**Date**: 11th Dec 2012 + +* Bugfix: Fix broken nested serialization. +* Bugfix: Fix `Meta.fields` only working as tuple not as list. +* Bugfix: Edge case if unnecessarily specifying `required=False` on read only field. + ## 2.1.8 **Date**: 8th Dec 2012 |
