aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTom Christie2012-12-11 21:07:48 +0000
committerTom Christie2012-12-11 21:07:48 +0000
commit0824761f471ee5130af980acc9fdbb2758a3a92a (patch)
tree29940f1cc86faf7b3a924b8395257073ef2b18fd /README.md
parent405822330958c5432dde56b07a61b223c03ca4c7 (diff)
downloaddjango-rest-framework-0824761f471ee5130af980acc9fdbb2758a3a92a.tar.bz2
Version 2.1.92.1.9
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index a4c56103..1bc9628f 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,14 @@ To run the tests.
# Changelog
+## 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