diff options
| author | Tom Christie | 2014-12-17 12:41:46 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-12-17 12:41:46 +0000 | 
| commit | 05a6eaec8aebdca2248b9e1069a15769fd85a480 (patch) | |
| tree | 58488ee2e6533032d942dc65f038bbbc43462a87 /docs/index.md | |
| parent | 70bd3a32f7cf57543e8ec08fddf001a718e40c7f (diff) | |
| download | django-rest-framework-05a6eaec8aebdca2248b9e1069a15769fd85a480.tar.bz2 | |
More docs, plus 'ALLOWED_VERSIONS' setting.
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 502d352c..14cf30ac 100644 --- a/docs/index.md +++ b/docs/index.md @@ -175,6 +175,7 @@ The API guide is your complete reference manual to all the functionality provide  * [Throttling][throttling]  * [Filtering][filtering]  * [Pagination][pagination] +* [Versioning][versioning]  * [Content negotiation][contentnegotiation]  * [Format suffixes][formatsuffixes]  * [Returning URLs][reverse] @@ -294,6 +295,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  [throttling]: api-guide/throttling.md  [filtering]: api-guide/filtering.md  [pagination]: api-guide/pagination.md +[versioning]: api-guide/versioning.md  [contentnegotiation]: api-guide/content-negotiation.md  [formatsuffixes]: api-guide/format-suffixes.md  [reverse]: api-guide/reverse.md | 
