aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
diff options
context:
space:
mode:
authorTom Christie2012-11-16 22:49:15 +0000
committerTom Christie2012-11-16 22:49:28 +0000
commit19b0516bfefe3398683b4f878774e3dd80bf653a (patch)
tree0317af0f4d854db3140dffc14d2e92a290ba723c /docs/topics
parente40000c834b7476fe684720bf54abda7ca1c4c06 (diff)
downloaddjango-rest-framework-19b0516bfefe3398683b4f878774e3dd80bf653a.tar.bz2
Getting 2.1.3 release notes ready
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/release-notes.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 869cabc8..5931a75a 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -4,7 +4,9 @@
>
> — Eric S. Raymond, [The Cathedral and the Bazaar][cite].
-## Master
+## 2.1.3
+
+**Date**: 16th Nov 2012
* Support for `read_only_fields` on `ModelSerializer` classes.
* Support for clients overriding the pagination page sizes. Use the `PAGINATE_BY_PARAM` setting or set the `paginate_by_param` attribute on a generic view.