From 3ad137b02364e0fd4606b447449a26feda8404f4 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 3 Apr 2018 11:18:49 +0100 Subject: [PATCH] Added 'Whats next' --- docs/topics/3.8-announcement.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/topics/3.8-announcement.md b/docs/topics/3.8-announcement.md index 734f90e10..3d0de2d7d 100644 --- a/docs/topics/3.8-announcement.md +++ b/docs/topics/3.8-announcement.md @@ -87,9 +87,11 @@ for a complete listing. ## What's next -TODO +We're currently working towards moving to using [OpenAPI][openapi] as our default schema output. We'll also be revisiting our API documentation generation and client libraries. + +We're doing some consolidation in order to make this happen. It's planned that 3.9 will drop the `coreapi` and `coreschema` libraries, and instead use `apistar` for the API documentation generation, schema generation, and API client libraries. [funding]: funding.md [gh5886]: https://github.com/encode/django-rest-framework/issues/5886 [gh5705]: https://github.com/encode/django-rest-framework/issues/5705 - +[openapi]: https://www.openapis.org/