diff options
| author | Tom Christie | 2014-12-18 15:42:42 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-12-18 15:42:42 +0000 |
| commit | c1e4ec0c64933da5411e4cc3e63894d5f82cc337 (patch) | |
| tree | 16c79f4fa235f00e7c8354d717f839e59c25e969 /tutorial | |
| parent | c678a1f118ea65fc1d13c40ef1a083577fdd5381 (diff) | |
| download | django-rest-framework-c1e4ec0c64933da5411e4cc3e63894d5f82cc337.tar.bz2 | |
Update documentation
Diffstat (limited to 'tutorial')
| -rw-r--r-- | tutorial/1-serialization/index.html | 4 | ||||
| -rw-r--r-- | tutorial/2-requests-and-responses/index.html | 4 | ||||
| -rw-r--r-- | tutorial/3-class-based-views/index.html | 4 | ||||
| -rw-r--r-- | tutorial/4-authentication-and-permissions/index.html | 4 | ||||
| -rw-r--r-- | tutorial/5-relationships-and-hyperlinked-apis/index.html | 4 | ||||
| -rw-r--r-- | tutorial/6-viewsets-and-routers/index.html | 4 | ||||
| -rw-r--r-- | tutorial/quickstart/index.html | 4 |
7 files changed, 28 insertions, 0 deletions
diff --git a/tutorial/1-serialization/index.html b/tutorial/1-serialization/index.html index 7cb478bd..a0e975d0 100644 --- a/tutorial/1-serialization/index.html +++ b/tutorial/1-serialization/index.html @@ -193,6 +193,10 @@ </li> <li > + <a href="../../api-guide/metadata">Metadata</a> + </li> + + <li > <a href="../../api-guide/format-suffixes">Format suffixes</a> </li> diff --git a/tutorial/2-requests-and-responses/index.html b/tutorial/2-requests-and-responses/index.html index f117a9d3..0f4980a7 100644 --- a/tutorial/2-requests-and-responses/index.html +++ b/tutorial/2-requests-and-responses/index.html @@ -193,6 +193,10 @@ </li> <li > + <a href="../../api-guide/metadata">Metadata</a> + </li> + + <li > <a href="../../api-guide/format-suffixes">Format suffixes</a> </li> diff --git a/tutorial/3-class-based-views/index.html b/tutorial/3-class-based-views/index.html index 6533945d..8d3886c9 100644 --- a/tutorial/3-class-based-views/index.html +++ b/tutorial/3-class-based-views/index.html @@ -193,6 +193,10 @@ </li> <li > + <a href="../../api-guide/metadata">Metadata</a> + </li> + + <li > <a href="../../api-guide/format-suffixes">Format suffixes</a> </li> diff --git a/tutorial/4-authentication-and-permissions/index.html b/tutorial/4-authentication-and-permissions/index.html index 21e181c5..c05e6cee 100644 --- a/tutorial/4-authentication-and-permissions/index.html +++ b/tutorial/4-authentication-and-permissions/index.html @@ -193,6 +193,10 @@ </li> <li > + <a href="../../api-guide/metadata">Metadata</a> + </li> + + <li > <a href="../../api-guide/format-suffixes">Format suffixes</a> </li> diff --git a/tutorial/5-relationships-and-hyperlinked-apis/index.html b/tutorial/5-relationships-and-hyperlinked-apis/index.html index e552c6e4..0d82b190 100644 --- a/tutorial/5-relationships-and-hyperlinked-apis/index.html +++ b/tutorial/5-relationships-and-hyperlinked-apis/index.html @@ -193,6 +193,10 @@ </li> <li > + <a href="../../api-guide/metadata">Metadata</a> + </li> + + <li > <a href="../../api-guide/format-suffixes">Format suffixes</a> </li> diff --git a/tutorial/6-viewsets-and-routers/index.html b/tutorial/6-viewsets-and-routers/index.html index 03839e8d..4babe707 100644 --- a/tutorial/6-viewsets-and-routers/index.html +++ b/tutorial/6-viewsets-and-routers/index.html @@ -193,6 +193,10 @@ </li> <li > + <a href="../../api-guide/metadata">Metadata</a> + </li> + + <li > <a href="../../api-guide/format-suffixes">Format suffixes</a> </li> diff --git a/tutorial/quickstart/index.html b/tutorial/quickstart/index.html index 0c593f47..80e36829 100644 --- a/tutorial/quickstart/index.html +++ b/tutorial/quickstart/index.html @@ -193,6 +193,10 @@ </li> <li > + <a href="../../api-guide/metadata">Metadata</a> + </li> + + <li > <a href="../../api-guide/format-suffixes">Format suffixes</a> </li> |
