diff options
| author | Tom Christie | 2012-09-14 12:52:12 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-09-14 12:52:12 +0100 |
| commit | f204439fa846d11c79870fb9a80323ee8684717d (patch) | |
| tree | e06fc4b20c94dea091c1b0ccfea55f32faf91df0 /docs/index.md | |
| parent | eb761be9d058dbfb9214f200b941496524dc0ded (diff) | |
| parent | 4cbc53a75d2d30d05f202777d4e1626011c2cb2e (diff) | |
| download | django-rest-framework-f204439fa846d11c79870fb9a80323ee8684717d.tar.bz2 | |
Merge branch 'browsable-bootstrap' of https://github.com/droptype/django-rest-framework into droptype-browsable-bootstrap
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md index 78f4674f..c2035a19 100644 --- a/docs/index.md +++ b/docs/index.md @@ -97,6 +97,7 @@ General guides to using REST framework. * [CSRF][csrf] * [Form overloading][formoverloading] +* [Working with the Browsable API][browsableapi] * [Contributing to REST framework][contributing] * [Credits][credits] @@ -168,5 +169,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [csrf]: topics/csrf.md [formoverloading]: topics/formoverloading.md +[browsableapi]: topics/browsable-api.md [contributing]: topics/contributing.md [credits]: topics/credits.md |
