Skip to content

Commit e04cecd

Browse files
committed
Add announcement section for Extra Actions in Browsable API
1 parent 8a76e4c commit e04cecd

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

docs/community/3.9-announcement.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,25 @@ The 3.9 release gives access to _extra actions_ in the Browsable API, introduces
2828
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
2929
**[signing up for a paid plan][funding]**.
3030

31+
32+
TODO: UPDATE SPONSORS.
33+
3134
*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).*
3235

3336
---
3437

35-
TODO: HEADLINE FEATURES. 1, 2, 3.
38+
## ViewSet _Extra Actions_ available in the Browsable API
3639

37-
---
40+
Following the introduction of the `action` decorator in v3.8, _extra actions_ defined on a ViewSet are now available
41+
from the Browsable API.
42+
43+
![Extra Actions displayed in the Browsable API](https://user-images.githubusercontent.com/2370209/32976956-1ca9ab7e-cbf1-11e7-981a-a20cb1e83d63.png)
44+
45+
When defined, a dropdown of "Extra Actions", appropriately filtered to detail/non-detail actions, is displayed.
3846

39-
## Breaking Changes
47+
## In-built OpenAPI schema support
4048

41-
TODO... (NONE???)
49+
TODO
4250

4351
---
4452

0 commit comments

Comments
 (0)