mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #31056 -- Allowed disabling async-unsafe check with an environment variable.
This commit is contained in:
parent
635a3f8e6e
commit
c90ab30fa1
5 changed files with 47 additions and 10 deletions
|
@ -9,4 +9,7 @@ Django 3.0.1 fixes several bugs in 3.0.
|
|||
Bugfixes
|
||||
========
|
||||
|
||||
* ...
|
||||
* Fixed a regression in Django 3.0 by restoring the ability to use Django
|
||||
inside Jupyter and other environments that force an async context, by adding
|
||||
and option to disable :ref:`async-safety` mechanism with
|
||||
``DJANGO_ALLOW_ASYNC_UNSAFE`` environment variable (:ticket:`31056`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue