diff options
| author | Tom Christie | 2012-09-05 10:01:43 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-09-05 10:01:43 +0100 | 
| commit | 40d1821f2d81f822fff9b85691073ab069edb847 (patch) | |
| tree | ff46d03e0a7def9c218d444718788cbe473ce03b /docs/index.md | |
| parent | da4fa9bded9bbbbacf2a3009e1e211bdd51e287a (diff) | |
| download | django-rest-framework-40d1821f2d81f822fff9b85691073ab069edb847.tar.bz2 | |
Add missing doc files
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 8 | 
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md index 25cab398..6b7574b1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -79,9 +79,11 @@ The API guide is your complete reference manual to all the functionality provide  * [Serializers][serializers]  * [Authentication][authentication]  * [Permissions][permissions] +* [Throttling][throttling]  * [Exceptions][exceptions]  * [Status codes][status] -* [Returning URLs][urls] +* [Returning URLs][reverse] +* [Settings][settings]  ## Topics @@ -147,9 +149,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  [serializers]: api-guide/serializers.md  [authentication]: api-guide/authentication.md  [permissions]: api-guide/permissions.md +[throttling]: api-guide/throttling.md  [exceptions]: api-guide/exceptions.md  [status]: api-guide/status.md -[urls]: api-guide/urls.md +[reverse]: api-guide/reverse.md +[settings]: api-guide/settings.md  [csrf]: topics/csrf.md  [formoverloading]: topics/formoverloading.md  | 
