diff options
| author | Tom Christie | 2012-10-08 12:17:43 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-10-08 12:17:43 +0100 | 
| commit | f4d4d54e030addf64efe68f387b934262a3c173b (patch) | |
| tree | 8ae0cbd9b33447b71ddff4c5b5dde78e43aa5236 /docs/index.md | |
| parent | 6b6c945d4e71bb70cb76c85cc675cc252a6ede2b (diff) | |
| download | django-rest-framework-f4d4d54e030addf64efe68f387b934262a3c173b.tar.bz2 | |
Adding migration and changelog docs
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 10 | 
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md index 44bd34a0..f9795c1a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -98,9 +98,12 @@ The API guide is your complete reference manual to all the functionality provide  General guides to using REST framework.  * [CSRF][csrf] -* [Form overloading][formoverloading] +* [Browser hacks][browserhacks]  * [Working with the Browsable API][browsableapi] +* [REST, Hypermedia & HATEOAS][rest-hypermedia-hateoas]  * [Contributing to REST framework][contributing] +* [2.0 Migration Guide][migration] +* [Change Log][changelog]  * [Credits][credits]  ## Development @@ -173,7 +176,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  [settings]: api-guide/settings.md  [csrf]: topics/csrf.md -[formoverloading]: topics/formoverloading.md +[browserhacks]: topics/browserhacks.md  [browsableapi]: topics/browsable-api.md +[rest-hypermedia-hateoas]: topics/rest-hypermedia-hateoas.md  [contributing]: topics/contributing.md +[migration]: topics/migration.md +[changelog]: topics/changelog.md  [credits]: topics/credits.md  | 
