Latest monthly report is now out: encode.io/reports/januar…
Loads of work on ASync & ASGI - should give you a bit of an idea where we're going with all this.
(Yes, I know we're mid-month, but hey.)
Security release: REST framework 3.9.1. 🚨
* Resolves an XSS issue that was introduced into the browseable API in 3.9.0.
* Updates Bootstrap to the latest release, addressing XSS issues in some of the JavaScript components there.
#391" target="_blank" rel="nofollow noopener">django-rest-framework.org/community/rele…
Wondering how to deal with the case mismatch between Python & JavaScript apps? @_martin056 proposes one possible solution in the context of Django and React, using @restframework parses & renderers - hacksoft.io/blog/how-to-de… 🐍
Our next release of Uvicorn will now be becoming ASGI-compatible, which means (once we get all websocket support back in place) you'll be able to run either `daphne` or `uvicorn` to power Django channels.
Some of this will feed back into REST framework. For example, the API Star work means we'll eventually end up with OpenAPI as our default schema format, and Python and JavaScript client libraries for interacting with an API that exposes an OpenAPI schema.
Today I found out that @restframework can render serializers into HTML forms. Wow — this is a tremendous time saver when building UIs on top of API endpoints.
Also, it is the best 🥚 Easter Egg 🥚 I could wish for 😂.
A brief monthly report for February. Some good stuff in the pipeline that we'll hopefully be able to talk about more in the next couple of months. encode.io/reports/februa…