aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/3.1-announcement.md
diff options
context:
space:
mode:
authorTom Christie2015-02-06 00:04:20 +0000
committerTom Christie2015-02-06 00:04:20 +0000
commit6c63ef13cd9ff8432f15d55a7268f2d402ae38e8 (patch)
tree3ff46121d536770997bd363705a36e6391f382f0 /docs/topics/3.1-announcement.md
parentf98f842827c6e79bbaa196482e3c3c549e8999c8 (diff)
downloaddjango-rest-framework-6c63ef13cd9ff8432f15d55a7268f2d402ae38e8.tar.bz2
Drop 2.x announcements
Diffstat (limited to 'docs/topics/3.1-announcement.md')
-rw-r--r--docs/topics/3.1-announcement.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/3.1-announcement.md b/docs/topics/3.1-announcement.md
index d5986360..89e99f82 100644
--- a/docs/topics/3.1-announcement.md
+++ b/docs/topics/3.1-announcement.md
@@ -26,7 +26,7 @@ The cursor based pagination renders a more simple 'Previous'/'Next' control.
The pagination API was previously only able to alter the pagination style in the body of the response. The API now supports being able to write pagination information in response headers, making it possible to use pagination schemes that use the `Link` or `Content-Range` headers.
-**TODO**: Link to docs.
+For more information, see the [custom pagination styles](../api-guide/pagination/#custom-pagination-styles) documentation.
## Versioning