File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ Both `APIView.exclude_from_schema` and the `exclude_from_schema` argument to the
168
168
169
169
For ` APIView ` you should instead set a ` schema = None ` attribute on the view class.
170
170
171
- For function based views the ` @schema ` decorator can be used to exclude the view from the schema, by using ` @schema(None) ` .
171
+ For function- based views the ` @schema ` decorator can be used to exclude the view from the schema, by using ` @schema(None) ` .
172
172
173
173
---
174
174
@@ -179,7 +179,7 @@ There are a large number of minor fixes and improvements in this release. See th
179
179
180
180
## What's next
181
181
182
- We're planning to iteratively working towards OpenAPI becoming the standard schema
182
+ We're planning to iteratively work towards OpenAPI becoming the standard schema
183
183
representation. This will mean that the ` coreapi ` dependency will gradually become
184
184
removed, and we'll instead generate the schema directly, rather than building
185
185
a CoreAPI ` Document ` object.
@@ -200,7 +200,7 @@ with the possibility that some of this work will eventually [feed back into
200
200
Django] ( https://www.aeracode.org/2018/06/04/django-async-roadmap/ ) .
201
201
202
202
There will be further work on the [ Uvicorn] ( https://www.uvicorn.org/ )
203
- webserver , as well as lots of functionality planned for the [ Starlette] ( https://www.starlette.io/ )
203
+ web server , as well as lots of functionality planned for the [ Starlette] ( https://www.starlette.io/ )
204
204
web framework, which is building a foundational set of tooling for working with
205
205
ASGI.
206
206
You can’t perform that action at this time.
0 commit comments