diff options
| author | Xavier Ordoquy | 2014-12-11 15:13:15 +0100 | 
|---|---|---|
| committer | Xavier Ordoquy | 2014-12-11 15:13:15 +0100 | 
| commit | 75acdc93bc837b6f7a724c0cec081e8faf36cbfa (patch) | |
| tree | 8427beb4ac33a1a0ae7401a697f82b959edfa203 /docs/topics/release-notes.md | |
| parent | 99423defd826b09d9bf37bf942c2682b90ea8b42 (diff) | |
| download | django-rest-framework-75acdc93bc837b6f7a724c0cec081e8faf36cbfa.tar.bz2 | |
Fix the milestone link again.
Diffstat (limited to 'docs/topics/release-notes.md')
| -rw-r--r-- | docs/topics/release-notes.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index dc7b7b03..8faa19a8 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -42,7 +42,7 @@ You can determine your currently installed version using `pip freeze`:  ### 3.0.1 -**Date**: [December 2014][3.0.1][3.0.1-milestone]: +**Date**: [December 2014][3.0.1-milestone].  * More helpful error message when the default Serializer `create()` fails. ([#2013](https://github.com/tomchristie/django-rest-framework/issues/2013))  * Raise error when attempting to save serializer if data is not valid. ([#2098](https://github.com/tomchristie/django-rest-framework/issues/2098)) | 
