diff options
| author | Tom Christie | 2013-01-27 17:23:56 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-01-27 17:23:56 +0000 | 
| commit | a7479e02faf37da8987d5933d8c259b045ef1be8 (patch) | |
| tree | 0fa924ccc526821f1dcfa2302c2a3cb5b56d15ba /docs/index.md | |
| parent | a75db4cfb8ed756c451bfda7ea0c73a73859216f (diff) | |
| download | django-rest-framework-a7479e02faf37da8987d5933d8c259b045ef1be8.tar.bz2 | |
AJAX, CSRF & CORS documentation
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md index 05c68b25..453a67b8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -117,6 +117,7 @@ The API guide is your complete reference manual to all the functionality provide  General guides to using REST framework. +* [AJAX, CSRF & CORS][ajax-csrf-cors]  * [Browser enhancements][browser-enhancements]  * [The Browsable API][browsableapi]  * [REST, Hypermedia & HATEOAS][rest-hypermedia-hateoas] @@ -210,7 +211,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  [status]: api-guide/status-codes.md  [settings]: api-guide/settings.md -[csrf]: topics/csrf.md +[ajax-csrf-cors]: topics/ajax-csrf-cors.md  [browser-enhancements]: topics/browser-enhancements.md  [browsableapi]: topics/browsable-api.md  [rest-hypermedia-hateoas]: topics/rest-hypermedia-hateoas.md  | 
