Skip to content

Commit 90f7609

Browse files
committed
remove coreapi generator mentions & hidden docs
1 parent 5435b2c commit 90f7609

File tree

7 files changed

+1
-1326
lines changed

7 files changed

+1
-1326
lines changed

docs/api-guide/filtering.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -335,15 +335,6 @@ Generic filters may also present an interface in the browsable API. To do so you
335335

336336
The method should return a rendered HTML string.
337337

338-
## Filtering & schemas
339-
340-
You can also make the filter controls available to the schema autogeneration
341-
that REST framework provides, by implementing a `get_schema_fields()` method. This method should have the following signature:
342-
343-
`get_schema_fields(self, view)`
344-
345-
The method should return a list of `coreapi.Field` instances.
346-
347338
# Third party packages
348339

349340
The following third party packages provide additional filter implementations.

docs/api-guide/pagination.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -264,15 +264,6 @@ API responses for list endpoints will now include a `Link` header, instead of in
264264

265265
*A custom pagination style, using the 'Link' header'*
266266

267-
## Pagination & schemas
268-
269-
You can also make the pagination controls available to the schema autogeneration
270-
that REST framework provides, by implementing a `get_schema_fields()` method. This method should have the following signature:
271-
272-
`get_schema_fields(self, view)`
273-
274-
The method should return a list of `coreapi.Field` instances.
275-
276267
---
277268

278269
# HTML pagination controls

docs/community/3.10-announcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ continued development by **[signing up for a paid plan][funding]**.
142142

143143
*Many thanks to all our [wonderful sponsors][sponsors], and in particular to our premium backers, [Sentry](https://getsentry.com/welcome/), [Stream](https://getstream.io/?utm_source=drf&utm_medium=banner&utm_campaign=drf), [ESG](https://software.esg-usa.com/), [Rollbar](https://rollbar.com/?utm_source=django&utm_medium=sponsorship&utm_campaign=freetrial), [Cadre](https://cadre.com), [Kloudless](https://hubs.ly/H0f30Lf0), and [Lights On Software](https://lightsonsoftware.com).*
144144

145-
[legacy-core-api-docs]:https://github.com/encode/django-rest-framework/blob/master/docs/coreapi/index.md
145+
[legacy-core-api-docs]:https://github.com/encode/django-rest-framework/blob/3.14.0/docs/coreapi/index.md
146146
[sponsors]: https://fund.django-rest-framework.org/topics/funding/#our-sponsors
147147
[funding]: funding.md

docs/coreapi/7-schemas-and-client-libraries.md

Lines changed: 0 additions & 242 deletions
This file was deleted.

0 commit comments

Comments
 (0)