Skip to content

Commit

Permalink
[3.0.x] Fixed #31182 -- Adjusted release notes for ASGI support.
Browse files Browse the repository at this point in the history
Backport of a6b3938 from master
  • Loading branch information
adamchainz authored and carltongibson committed Feb 20, 2020
1 parent a73489f commit 80e6639
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/releases/3.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ This is in addition to our existing WSGI support. Django intends to support
both for the foreseeable future. Async features will only be available to
applications that run under ASGI, however.

At this stage async support only applies to the outer ASGI application.
Internally everything remains synchronous. Asynchronous middleware, views, etc.
are not yet supported. You can, however, use ASGI middleware around Django's
application, allowing you to combine Django with other ASGI frameworks.

There is no need to switch your applications over unless you want to start
experimenting with asynchronous code, but we have
:doc:`documentation on deploying with ASGI </howto/deployment/asgi/index>` if
Expand Down

0 comments on commit 80e6639

Please sign in to comment.