diff options
| author | Tom Christie | 2014-12-01 10:48:45 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-12-01 10:48:45 +0000 | 
| commit | b9503cd603613e4ae72b7718ba70a00b1537b289 (patch) | |
| tree | 495a4302512d8e0c4e9f24e78dc0ce3e56a3dbba /docs/index.md | |
| parent | 72c4ec4e189796e506655e275cd9c77abe98e1b9 (diff) | |
| download | django-rest-framework-b9503cd603613e4ae72b7718ba70a00b1537b289.tar.bz2 | |
Support Django's core ValidationError for backwards compat. Refs #2145.
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/index.md b/docs/index.md index 10b45584..7631be1e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,7 +11,7 @@  **Note**: This is the documentation for the **version 3.0** of REST framework. Documentation for [version 2.4](http://tomchristie.github.io/rest-framework-2-docs/) is also available. -For more details see the [3.0 release notes](3.0-announcement). +For more details see the [3.0 release notes][3.0-announcement].  --- | 
