From f4d4d54e030addf64efe68f387b934262a3c173b Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 8 Oct 2012 12:17:43 +0100 Subject: [PATCH] Adding migration and changelog docs --- docs/index.md | 10 ++- docs/template.html | 13 ++- .../{formoverloading.md => browserhacks.md} | 0 docs/topics/changelog.md | 8 +- docs/topics/migration.md | 85 +++++++++++++++++++ docs/topics/rest-hypermedia-hateoas.md | 2 +- rest_framework/renderers.py | 6 +- 7 files changed, 115 insertions(+), 9 deletions(-) rename docs/topics/{formoverloading.md => browserhacks.md} (100%) create mode 100644 docs/topics/migration.md diff --git a/docs/index.md b/docs/index.md index 44bd34a06..f9795c1a3 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 diff --git a/docs/template.html b/docs/template.html index c901cb9c0..cc2fd0198 100644 --- a/docs/template.html +++ b/docs/template.html @@ -72,9 +72,12 @@ Topics @@ -98,6 +101,12 @@
+