diff options
| author | Tom Christie | 2014-03-06 09:01:05 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-03-06 09:01:05 +0000 |
| commit | c1148241eee3df1139f9855ee3220c82f60726d5 (patch) | |
| tree | 755567ca08cb55fcd654b0267fce80d6465a20e6 /docs/topics/release-notes.md | |
| parent | ab0568939338d99c2c1da614ebb20df5751c3f29 (diff) | |
| download | django-rest-framework-c1148241eee3df1139f9855ee3220c82f60726d5.tar.bz2 | |
Version 2.3.132.3.13
Diffstat (limited to 'docs/topics/release-notes.md')
| -rw-r--r-- | docs/topics/release-notes.md | 11 |
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 |
