From 7c4d50f621a9c0668b8f8992751de6b2d7bcbe29 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 9 Oct 2012 12:48:49 +0100 Subject: Fix browseable API form display error for authenticated permissions --- docs/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/index.md') diff --git a/docs/index.md b/docs/index.md index 6a9f7980..c149d974 100644 --- a/docs/index.md +++ b/docs/index.md @@ -54,7 +54,7 @@ If you're intending to use the browserable API you'll want to add REST framework url(r'^api-auth/', include('rest_framework.urls', namespace='rest_framework')) ) -Note that the base URL can be whatever you want, but you must include `rest_framework.urls` with the `rest_framework` namespace. +Note that the URL path can be whatever you want, but you must include `rest_framework.urls` with the `rest_framework` namespace. ## Quickstart @@ -119,6 +119,7 @@ Run the tests: ./rest_framework/runtests/runtests.py +For more information see the [Contributing to REST framework][contributing] section. ## Support For support please see the [REST framework discussion group][group], or try the `#restframework` channel on `irc.freenode.net`. -- cgit v1.2.3