mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-05-16 13:53:44 +03:00
Add announcement section for Extra Actions in Browsable API
This commit is contained in:
parent
30d6b03815
commit
cc810683d0
|
@ -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
|
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]**.
|
**[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).*
|
*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
|

|
||||||
|
|
||||||
TODO... (NONE???)
|
When defined, a dropdown of "Extra Actions", appropriately filtered to detail/non-detail actions, is displayed.
|
||||||
|
|
||||||
|
## In-built OpenAPI schema support
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user