mirror of
https://github.com/Hopiu/django.git
synced 2026-05-16 19:41:06 +00:00
15 lines
454 B
Text
15 lines
454 B
Text
==========================
|
|
Django 3.0.1 release notes
|
|
==========================
|
|
|
|
*Expected January 2, 2020*
|
|
|
|
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`).
|