aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
diff options
context:
space:
mode:
authorTom Christie2013-04-29 17:32:32 +0100
committerTom Christie2013-04-29 17:32:32 +0100
commit81c3b4f250e389c29bdaa7da07c4860e2175136d (patch)
tree96f2905178f7a714889ca724c74ec1b781cc06f8 /docs/topics
parent0c1ab584d3d0898d47e0bce6beb5d7c39a55dd52 (diff)
downloaddjango-rest-framework-81c3b4f250e389c29bdaa7da07c4860e2175136d.tar.bz2
Updated release notes
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 8094cc4a..84d45a00 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -47,6 +47,7 @@ You can determine your currently installed version using `pip freeze`:
* HyperLinkedModelSerializers support 'id' field in 'fields' option.
* Cleaner generic views.
* DecimalField support.
+* Bugfix: Fix issue with depth>1 on ModelSerializer.
**Note**: See the [2.3 announcement][2.3-announcement] for full details.