Skip to content

Commit 6c63ef1

Browse files
committed
Drop 2.x announcements
1 parent f98f842 commit 6c63ef1

File tree

5 files changed

+7
-594
lines changed

5 files changed

+7
-594
lines changed

docs/index.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,8 @@ General guides to using REST framework.
195195
* [Third Party Resources][third-party-resources]
196196
* [Contributing to REST framework][contributing]
197197
* [Project management][project-management]
198-
* [2.0 Announcement][rest-framework-2-announcement]
199-
* [2.2 Announcement][2.2-announcement]
200-
* [2.3 Announcement][2.3-announcement]
201-
* [2.4 Announcement][2.4-announcement]
202198
* [3.0 Announcement][3.0-announcement]
199+
* [3.1 Announcement][3.1-announcement]
203200
* [Kickstarter Announcement][kickstarter-announcement]
204201
* [Release Notes][release-notes]
205202
* [Credits][credits]
@@ -313,11 +310,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
313310
[contributing]: topics/contributing.md
314311
[project-management]: topics/project-management.md
315312
[third-party-resources]: topics/third-party-resources.md
316-
[rest-framework-2-announcement]: topics/rest-framework-2-announcement.md
317-
[2.2-announcement]: topics/2.2-announcement.md
318-
[2.3-announcement]: topics/2.3-announcement.md
319-
[2.4-announcement]: topics/2.4-announcement.md
320313
[3.0-announcement]: topics/3.0-announcement.md
314+
[3.1-announcement]: topics/3.1-announcement.md
321315
[kickstarter-announcement]: topics/kickstarter-announcement.md
322316
[release-notes]: topics/release-notes.md
323317
[credits]: topics/credits.md

docs/topics/3.1-announcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The cursor based pagination renders a more simple 'Previous'/'Next' control.
2626

2727
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.
2828

29-
**TODO**: Link to docs.
29+
For more information, see the [custom pagination styles](../api-guide/pagination/#custom-pagination-styles) documentation.
3030

3131
## Versioning
3232

0 commit comments

Comments
 (0)