From cc810683d08c7df9e8064d0689fb53a50fa0ccc7 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Tue, 2 Oct 2018 16:00:52 +0200 Subject: [PATCH] Add announcement section for Extra Actions in Browsable API --- docs/community/3.9-announcement.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/community/3.9-announcement.md b/docs/community/3.9-announcement.md index 35dba16cc..846ee4c56 100644 --- a/docs/community/3.9-announcement.md +++ b/docs/community/3.9-announcement.md @@ -28,17 +28,25 @@ The 3.9 release gives access to _extra actions_ in the Browsable API, introduces If you use REST framework commercially and would like to see this work continue, we strongly encourage you to invest in its continued development by **[signing up for a paid plan][funding]**. + +TODO: UPDATE SPONSORS. + *We'd like to say thanks in particular our premium backers, [Rover](http://jobs.rover.com/), [Sentry](https://getsentry.com/welcome/), [Stream](https://getstream.io/?utm_source=drf&utm_medium=banner&utm_campaign=drf), [Machinalis](https://hello.machinalis.co.uk/), and [Rollbar](https://rollbar.com).* --- -TODO: HEADLINE FEATURES. 1, 2, 3. +## ViewSet _Extra Actions_ available in the Browsable API ---- +Following the introduction of the `action` decorator in v3.8, _extra actions_ defined on a ViewSet are now available +from the Browsable API. -## Breaking Changes +![Extra Actions displayed in the Browsable API](https://user-images.githubusercontent.com/2370209/32976956-1ca9ab7e-cbf1-11e7-981a-a20cb1e83d63.png) -TODO... (NONE???) +When defined, a dropdown of "Extra Actions", appropriately filtered to detail/non-detail actions, is displayed. + +## In-built OpenAPI schema support + +TODO ---