aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/credits.md6
-rw-r--r--docs/topics/release-notes.md11
2 files changed, 17 insertions, 0 deletions
diff --git a/docs/topics/credits.md b/docs/topics/credits.md
index 1a2c0db8..f037e816 100644
--- a/docs/topics/credits.md
+++ b/docs/topics/credits.md
@@ -58,6 +58,9 @@ The following people have helped make REST framework great.
* Michael Shepanski - [mjs7231]
* Toni Michel - [tonimichel]
* Ben Konrath - [benkonrath]
+* Marc Aymerich - [glic3rinu]
+* Ludwig Kraatz - [ludwigkraatz]
+* Eugene Mechanism - [mechanism]
Many thanks to everyone who's contributed to the project.
@@ -151,3 +154,6 @@ To contact the author directly:
[mjs7231]: https://github.com/mjs7231
[tonimichel]: https://github.com/tonimichel
[benkonrath]: https://github.com/benkonrath
+[glic3rinu]: https://github.com/glic3rinu
+[ludwigkraatz]: https://github.com/ludwigkraatz
+[mechanism]: https://github.com/mechanism
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 670332e6..2a6fbe83 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -4,6 +4,17 @@
>
> — Eric S. Raymond, [The Cathedral and the Bazaar][cite].
+## 2.1.3
+
+**Date**: 16th Nov 2012
+
+* Added `FileField` and `ImageField`. For use with `MultiPartParser`.
+* Added `URLField` and `SlugField`.
+* 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.
+* 201 Responses now return a 'Location' header.
+* Bugfix: Serializer fields now respect `max_length`.
+
## 2.1.2
**Date**: 9th Nov 2012