aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorEric Buehl2014-03-06 20:21:27 +0000
committerEric Buehl2014-03-06 20:21:27 +0000
commit86375f2d9506bcd3c95cb9901d2237672a47da3f (patch)
tree55dcac0cbfc105bd318ca1c4f8743e8caaec4eda /docs/topics/release-notes.md
parente0682e9298092721c0d3eb358ce4be8039e7ccf6 (diff)
parentef94861c2d31592c3760a0c0758beb084f452c03 (diff)
downloaddjango-rest-framework-86375f2d9506bcd3c95cb9901d2237672a47da3f.tar.bz2
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'docs/topics/release-notes.md')
-rw-r--r--docs/topics/release-notes.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 14503148..0010f687 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -40,6 +40,17 @@ You can determine your currently installed version using `pip freeze`:
## 2.3.x series
+### 2.3.13
+
+**Date**: 6th March 2014
+
+* Django 1.7 Support.
+* Fix `default` argument when used with serializer relation fields.
+* Display the media type of the content that is being displayed in the browsable API, rather than 'text/html'.
+* Bugfix for `urlize` template failure when URL regex is matched, but value does not `urlparse`.
+* Use `urandom` for token generation.
+* Only use `Vary: Accept` when more than one renderer exists.
+
### 2.3.12
**Date**: 15th January 2014