Merge pull request #3758 from toolness/patch-1

Update bootstrap version in browsable-api.md
This commit is contained in:
Xavier Ordoquy 2015-12-19 17:17:06 +01:00
commit 5ddfb25fbc

View File

@ -17,7 +17,7 @@ By default, the API will return the format specified by the headers, which in th
## Customizing
The browsable API is built with [Twitter's Bootstrap][bootstrap] (v 2.1.1), making it easy to customize the look-and-feel.
The browsable API is built with [Twitter's Bootstrap][bootstrap] (v 3.3.5), making it easy to customize the look-and-feel.
To customize the default style, create a template called `rest_framework/api.html` that extends from `rest_framework/base.html`. For example: