You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/community/3.9-announcement.md
+44-7
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
20
20
# Django REST framework 3.9
21
21
22
-
The 3.9 release gives access to _extra actions_ in the Browsable API, introduces composable permissions and built-in [OpenAPI][openapi] schema support.
22
+
The 3.9 release gives access to _extra actions_ in the Browsable API, introduces composable permissions and built-in [OpenAPI][openapi] schema support. (Formerly known as Swagger)
23
23
24
24
---
25
25
@@ -45,9 +45,9 @@ If you use REST framework commercially and would like to see this work continue,
45
45
46
46
---
47
47
48
-
## In-built OpenAPI schema support
48
+
## Built-in OpenAPI schema support
49
49
50
-
REST framework now has a first-pass at directly including OpenAPI schema support.
50
+
REST framework now has a first-pass at directly including OpenAPI schema support. (Formerly known as Swagger)
51
51
52
52
Specifically:
53
53
@@ -77,10 +77,31 @@ urlpatterns = [
77
77
78
78
And here's how you can use the `generateschema` management command:
0 commit comments