Skip to content

Commit

Permalink
Added 'Whats next'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Apr 3, 2018
1 parent c8ed615 commit e578144
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/topics/3.8-announcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,11 @@ for a complete listing.

## What's next

TODO
We're currently working towards moving to using [OpenAPI][openapi] as our default schema output. We'll also be revisiting our API documentation generation and client libraries.

We're doing some consolidation in order to make this happen. It's planned that 3.9 will drop the `coreapi` and `coreschema` libraries, and instead use `apistar` for the API documentation generation, schema generation, and API client libraries.

[funding]: funding.md
[gh5886]: https://github.com/encode/django-rest-framework/issues/5886
[gh5705]: https://github.com/encode/django-rest-framework/issues/5705

[openapi]: https://www.openapis.org/

7 comments on commit e578144

@swm888
Copy link

@swm888 swm888 commented on e578144 Jul 10, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

await

@grillazz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

await too

@tomchristie
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't do that, it doesn't add anything constructive.

It'll come.

@grillazz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tomchristie it wasn't my intention.
I'm python developer. If I can help with this please let me know.

@tomchristie
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure thing. Like most OSS projects we’re generally bottlenecked by maintainer attention, rather than contributors. Nothing easy to dive into on this atm. We’ll tend to comment on tickets if there’s a good way for contributors to help progress an issue.

@grillazz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Understood. I did lot of project with DRF in past and current projects. Let me know if I will be able help.

@backupbrain
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also may be able to help. I have good experience with Python, Django, and OpenAPI 3

Please sign in to comment.